utils/CmpDriver: add brief documentation to indicate what this does
authorAlp Toker <alp@nuanti.com>
Wed, 21 May 2014 02:08:10 +0000 (02:08 +0000)
committerAlp Toker <alp@nuanti.com>
Wed, 21 May 2014 02:08:10 +0000 (02:08 +0000)
llvm-svn: 209268

clang/utils/CmpDriver

index 2533f54..12ce7a3 100755 (executable)
@@ -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):