mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-25 23:00:15 +00:00
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
Block a user