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

Daniel Dunbar daniel at zuster.org
Tue Apr 27 14:59:24 PDT 2010


Author: ddunbar
Date: Tue Apr 27 16:59:24 2010
New Revision: 102469

URL: http://llvm.org/viewvc/llvm-project?rev=102469&view=rev
Log:
Don't set Clang_Build_All=1 by default.

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=102469&r1=102468&r2=102469&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/Makefile (original)
+++ cfe/branches/Apple/whitney-IB/Makefile Tue Apr 27 16:59:24 2010
@@ -16,7 +16,7 @@
 # Additional arbitrary compiler options.
 Clang_Extra_Options    := -g -DDISABLE_SMART_POINTERS
 # Build all LLVM tools; not just clang?
-Clang_Build_All        := 1
+Clang_Build_All        := 0
 
 ##
 





More information about the llvm-branch-commits mailing list