aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-07-26 20:03:51 +0000
committerJordan Rose <jordan_rose@apple.com>2012-07-26 20:03:51 +0000
commitac57d47546c011d933c8778bcdc364f86f5855d0 (patch)
tree9e28b031e42bdf84318e7eb119c1ec494ca3f9d3
parentd30ec7076fef736754206ac87a4f2c67251cc4d8 (diff)
Un-break standalone invocations of CmpRuns.py.
Fallout from CmpRuns.py API changes in r160314. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160800 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/analyzer/CmpRuns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/analyzer/CmpRuns.py b/utils/analyzer/CmpRuns.py
index 6013345348..ff48aa73b3 100755
--- a/utils/analyzer/CmpRuns.py
+++ b/utils/analyzer/CmpRuns.py
@@ -273,7 +273,7 @@ def main():
dirA,dirB = args
- cmpScanBuildResults(dirA, dirB, opts)
+ dumpScanBuildResultsDiff(dirA, dirB, opts)
if __name__ == '__main__':
main()