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

Daniel Dunbar daniel at zuster.org
Tue Jan 11 11:05:37 PST 2011


Author: ddunbar
Date: Tue Jan 11 13:05:37 2011
New Revision: 123251

URL: http://llvm.org/viewvc/llvm-project?rev=123251&view=rev
Log:
Update Palisade build variables.

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=123251&r1=123250&r2=123251&view=diff
==============================================================================
--- cfe/branches/Apple/palisade-IB/Makefile (original)
+++ cfe/branches/Apple/palisade-IB/Makefile Tue Jan 11 13:05:37 2011
@@ -5,13 +5,13 @@
 # LLVM/Clang default configuration.
 
 # Select default assertion mode, valid values are '0' and '1'.
-Clang_Use_Assertions   := 0
+Clang_Use_Assertions   := 1
 # Select clang driver mode, valid values are 'Production' and 'Development'.
 Clang_Driver_Mode      := Production
 # Select optimization flags to use.
 Clang_Optimize_Option  := -O2
 # Additional arbitrary compiler options.
-Clang_Extra_Options    := -DDISABLE_SMART_POINTERS
+Clang_Extra_Options    :=
 # Additional arbitrary compiler options, only passed to final configure stage.
 Clang_Final_Extra_Options := -g
 # Enable use of clang++?
@@ -19,7 +19,7 @@
 # Build all LLVM tools; not just clang?
 Clang_Build_All        := 0
 # Set the Clang version.
-Clang_Version          := 2.0
+Clang_Version          := 3.0
 # Enable bootstrap.
 Clang_Enable_Bootstrap := 1
 
@@ -27,9 +27,9 @@
 # Source Info
 
 # The name used to identify this "train".
-Train_Name := whitney
+Train_Name := palisade
 # Can be one of "trunk", "branch", or "branch-llvm-only".
-Source_To_Draw_From := branch
+Source_To_Draw_From := trunk
 
 ##
 # Include build logic.





More information about the llvm-branch-commits mailing list