[llvm-branch-commits] [cfe-branch] r124221 - /cfe/branches/Apple/sill-IB/Makefile
Daniel Dunbar
daniel at zuster.org
Tue Jan 25 12:14:57 PST 2011
Author: ddunbar
Date: Tue Jan 25 14:14:57 2011
New Revision: 124221
URL: http://llvm.org/viewvc/llvm-project?rev=124221&view=rev
Log:
Sill-IB: Set configuration variables.
Modified:
cfe/branches/Apple/sill-IB/Makefile
Modified: cfe/branches/Apple/sill-IB/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/sill-IB/Makefile?rev=124221&r1=124220&r2=124221&view=diff
==============================================================================
--- cfe/branches/Apple/sill-IB/Makefile (original)
+++ cfe/branches/Apple/sill-IB/Makefile Tue Jan 25 14:14:57 2011
@@ -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 := 2.1
# Enable bootstrap.
Clang_Enable_Bootstrap := 1
@@ -27,7 +27,7 @@
# Source Info
# The name used to identify this "train".
-Train_Name := whitney
+Train_Name := sill
# Can be one of "trunk", "branch", or "branch-llvm-only".
Source_To_Draw_From := branch
More information about the llvm-branch-commits
mailing list