[cfe-commits] r82704 - /cfe/trunk/tools/Makefile

Chris Lattner sabre at nondot.org
Thu Sep 24 12:45:13 PDT 2009


Author: lattner
Date: Thu Sep 24 14:45:12 2009
New Revision: 82704

URL: http://llvm.org/viewvc/llvm-project?rev=82704&view=rev
Log:
wpa is an experiment, don't build it by default, it adds to build times due to everything it links in.

Modified:
    cfe/trunk/tools/Makefile

Modified: cfe/trunk/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/Makefile?rev=82704&r1=82703&r2=82704&view=diff

==============================================================================
--- cfe/trunk/tools/Makefile (original)
+++ cfe/trunk/tools/Makefile Thu Sep 24 14:45:12 2009
@@ -8,6 +8,6 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL := ../../..
-DIRS := clang-cc driver index-test wpa CIndex c-index-test
+DIRS := clang-cc driver index-test CIndex c-index-test
 
 include $(LEVEL)/Makefile.common





More information about the cfe-commits mailing list