[llvm-branch-commits] [cfe-branch] r108281 - /cfe/branches/Apple/whitney-IB/Makefile
Daniel Dunbar
daniel at zuster.org
Tue Jul 13 14:57:03 PDT 2010
Author: ddunbar
Date: Tue Jul 13 16:57:03 2010
New Revision: 108281
URL: http://llvm.org/viewvc/llvm-project?rev=108281&view=rev
Log:
Reenable default integrated assembler on this branch.
Modified:
cfe/branches/Apple/whitney-IB/Makefile
Modified: cfe/branches/Apple/whitney-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney-IB/Makefile?rev=108281&r1=108280&r2=108281&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/Makefile (original)
+++ cfe/branches/Apple/whitney-IB/Makefile Tue Jul 13 16:57:03 2010
@@ -11,7 +11,7 @@
# Select optimization flags to use.
Clang_Optimize_Option := -O2
# Additional arbitrary compiler options.
-Clang_Extra_Options := -g -DDISABLE_SMART_POINTERS -DDISABLE_DEFAULT_INTEGRATED_ASSEMBLER
+Clang_Extra_Options := -g -DDISABLE_SMART_POINTERS
# Enable use of clang++?
Clang_Enable_CXX := 1
# Build all LLVM tools; not just clang?
More information about the llvm-branch-commits
mailing list