ccc: Darwin/x86: Add direct cpp support.
- Add Darwin_X86_CC1Tool which is shared by Darwin/x86/Compile and
Darwin/x86/Preprocess tools.
- Minor bug fixes (CmpDriver exit code, -x cpp-output handling, some
linker argument translation).
llvm-svn: 62551
diff --git a/clang/utils/CmpDriver b/clang/utils/CmpDriver
index 0412e4b..cc4caad 100755
--- a/clang/utils/CmpDriver
+++ b/clang/utils/CmpDriver
@@ -168,7 +168,7 @@
else:
print 'mismatch: A: %s' % aElt
print ' B: %s' % bElt
- differ = True
+ differ = True
# Compare result codes.
if infoA.exitCode != infoB.exitCode: