summaryrefslogtreecommitdiff
path: root/utils/CmpDriver
diff options
context:
space:
mode:
Diffstat (limited to 'utils/CmpDriver')
-rwxr-xr-xutils/CmpDriver5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/CmpDriver b/utils/CmpDriver
index 2533f547e973c..12ce7a3250f66 100755
--- a/utils/CmpDriver
+++ b/utils/CmpDriver
@@ -1,5 +1,10 @@
#!/usr/bin/env python
+"""
+A simple utility that compares tool invocations and exit codes issued by
+compiler drivers that support -### (e.g. gcc and clang).
+"""
+
import subprocess
def splitArgs(s):