[PATCH] Add Multilib selection machinery to Clang

Jon Roelofs jonathan at codesourcery.com
Tue Jan 21 22:22:38 PST 2014



================
Comment at: tools/clang-format/clang-format-diff.py:34
@@ -33,3 +33,3 @@
 # Change this to the full path if clang-format is not on the path.
-binary = 'clang-format'
+binary = '/Users/jroelofs/mentor/workdir/llvm2/Debug+Asserts/bin/clang-format'
 
----------------
This file (tools/clang-format/clang-format-diff.py) shouldn't have been in the diff... oops.

================
Comment at: unittests/Driver/Debug+Asserts/.dir:1
@@ +1,1 @@
+Wed Jan 15 16:22:32 PST 2014
----------------
This file shouldn't have been in the diff... oops.

================
Comment at: unittests/Driver/Debug+Asserts/MultilibTest.d:1
@@ +1,2 @@
+/Users/jroelofs/mentor/workdir/llvm2/tools/clang/unittests/Driver/Debug+Asserts/MultilibTest.o \
+  /Users/jroelofs/mentor/workdir/llvm2/tools/clang/unittests/Driver/Debug+Asserts/MultilibTest.d: \
----------------
This file (unittests/Driver/Debug+Asserts/MultilibTest.d) shouldn't have been in the diff... oops.

================
Comment at: unittests/Driver/Makefile:1
@@ +1,2 @@
+##===- unittests/AST/Makefile ------------------------------*- Makefile -*-===##
+#
----------------
this line should read:
##===- unittests/Driver/Makefile ---------------------------*- Makefile -*-===##


http://llvm-reviews.chandlerc.com/D2538



More information about the cfe-commits mailing list