From: Chris Lattner Date: Thu, 24 Sep 2009 19:45:12 +0000 (+0000) Subject: wpa is an experiment, don't build it by default, it adds to build times due to everyt... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7a5fd4a2969176d8b63a0a26039f895fc359ac4;p=clang wpa is an experiment, don't build it by default, it adds to build times due to everything it links in. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82704 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index d76e95606d..0e98439c38 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -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