[llvm-branch-commits] [cfe-branch] r118791 - /cfe/branches/Apple/williamson-IB/Makefile

Daniel Dunbar daniel at zuster.org
Thu Nov 11 08:34:56 PST 2010


Author: ddunbar
Date: Thu Nov 11 10:34:56 2010
New Revision: 118791

URL: http://llvm.org/viewvc/llvm-project?rev=118791&view=rev
Log:
Disable default non-fragile ABI 2 here.

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

Modified: cfe/branches/Apple/williamson-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/williamson-IB/Makefile?rev=118791&r1=118790&r2=118791&view=diff
==============================================================================
--- cfe/branches/Apple/williamson-IB/Makefile (original)
+++ cfe/branches/Apple/williamson-IB/Makefile Thu Nov 11 10:34:56 2010
@@ -11,7 +11,7 @@
 # Select optimization flags to use.
 Clang_Optimize_Option  := -O2
 # Additional arbitrary compiler options.
-Clang_Extra_Options    := -DDISABLE_SMART_POINTERS -DDISABLE_DEFAULT_INTEGRATED_ASSEMBLER
+Clang_Extra_Options    := -DDISABLE_SMART_POINTERS -DDISABLE_DEFAULT_INTEGRATED_ASSEMBLER -DDISABLE_DEFAULT_NONFRAGILEABI_TWO
 # 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