utils/CmpDriver: add brief documentation to indicate what this does

llvm-svn: 209268
This commit is contained in:
Alp Toker 2014-05-21 02:08:10 +00:00
parent 8d60fdc50d
commit 773649296d

View File

@ -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):