forked from OSchip/llvm-project
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
|
||||
|
||||
"""
|
||||
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):
|
||||
|
|
Loading…
Reference in New Issue