]> granicus.if.org Git - clang/commitdiff
wpa is an experiment, don't build it by default, it adds to build times due to everyt...
authorChris Lattner <sabre@nondot.org>
Thu, 24 Sep 2009 19:45:12 +0000 (19:45 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 24 Sep 2009 19:45:12 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82704 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index d76e95606d47c4f31ead51d6c21c90086973e20f..0e98439c3821ee824910cec05655c010ae244ac5 100644 (file)
@@ -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