utils/CmpDriver: add brief documentation to indicate what this does
llvm-svn: 209268
This commit is contained in:
parent
8d60fdc50d
commit
773649296d
@ -1,5 +1,10 @@
|
|||||||
#!/usr/bin/env python
|
#!/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
|
import subprocess
|
||||||
|
|
||||||
def splitArgs(s):
|
def splitArgs(s):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user