projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d60fdc
)
utils/CmpDriver: add brief documentation to indicate what this does
author
Alp Toker
<alp@nuanti.com>
Wed, 21 May 2014 02:08:10 +0000
(
02:08
+0000)
committer
Alp Toker
<alp@nuanti.com>
Wed, 21 May 2014 02:08:10 +0000
(
02:08
+0000)
llvm-svn: 209268
clang/utils/CmpDriver
patch
|
blob
|
history
diff --git
a/clang/utils/CmpDriver
b/clang/utils/CmpDriver
index
2533f54
..
12ce7a3
100755
(executable)
--- a/
clang/utils/CmpDriver
+++ b/
clang/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):