[llvm-branch-commits] [cfe-branch] r126814 - /cfe/branches/Apple/palisade-IB/Makefile

Daniel Dunbar daniel at zuster.org
Tue Mar 1 17:40:31 PST 2011


Author: ddunbar
Date: Tue Mar  1 19:40:31 2011
New Revision: 126814

URL: http://llvm.org/viewvc/llvm-project?rev=126814&view=rev
Log:
build: Disable ARM movw use, for now.

Modified:
    cfe/branches/Apple/palisade-IB/Makefile

Modified: cfe/branches/Apple/palisade-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/palisade-IB/Makefile?rev=126814&r1=126813&r2=126814&view=diff
==============================================================================
--- cfe/branches/Apple/palisade-IB/Makefile (original)
+++ cfe/branches/Apple/palisade-IB/Makefile Tue Mar  1 19:40:31 2011
@@ -11,7 +11,9 @@
 # Select optimization flags to use.
 Clang_Optimize_Option  := -O2
 # Additional arbitrary compiler options.
-Clang_Extra_Options    := -DDISABLE_DEFAULT_STRICT_ALIASING
+Clang_Extra_Options    := \
+	-DDISABLE_DEFAULT_STRICT_ALIASING \
+	-DDISABLE_ARM_DARWIN_USE_MOVT
 # Additional arbitrary compiler options, only passed to final configure stage.
 Clang_Final_Extra_Options := -g
 # Enable use of clang++?





More information about the llvm-branch-commits mailing list