[llvm-branch-commits] [cfe-branch] r116221 - /cfe/branches/Apple/whitney-IB/Makefile

Daniel Dunbar daniel at zuster.org
Mon Oct 11 13:37:42 PDT 2010


Author: ddunbar
Date: Mon Oct 11 15:37:42 2010
New Revision: 116221

URL: http://llvm.org/viewvc/llvm-project?rev=116221&view=rev
Log:
Enable asserts on Whitney and switch back to drawing from trunk.

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=116221&r1=116220&r2=116221&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/Makefile (original)
+++ cfe/branches/Apple/whitney-IB/Makefile Mon Oct 11 15:37:42 2010
@@ -5,7 +5,7 @@
 # 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.
@@ -29,7 +29,7 @@
 # The name used to identify this "train".
 Train_Name := whitney
 # 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