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

Daniel Dunbar daniel at zuster.org
Wed Nov 10 17:22:43 PST 2010


Author: ddunbar
Date: Wed Nov 10 19:22:43 2010
New Revision: 118760

URL: http://llvm.org/viewvc/llvm-project?rev=118760&view=rev
Log:
Improve clang by ~6%.

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=118760&r1=118759&r2=118760&view=diff
==============================================================================
--- cfe/branches/Apple/williamson-IB/Makefile (original)
+++ cfe/branches/Apple/williamson-IB/Makefile Wed Nov 10 19:22:43 2010
@@ -19,7 +19,7 @@
 # Build all LLVM tools; not just clang?
 Clang_Build_All        := 0
 # Set the Clang version.
-Clang_Version          := 1.6
+Clang_Version          := 1.7
 # Never bootstrap.
 Clang_Enable_Bootstrap := 0
 





More information about the llvm-branch-commits mailing list