Remove this hack in favor of another, better way of performing the same thing.
authorBill Wendling <isanbard@gmail.com>
Sun, 30 Sep 2012 11:22:45 +0000 (11:22 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 30 Sep 2012 11:22:45 +0000 (11:22 +0000)
llvm-svn: 164915

clang/tools/Makefile

index f271e13..e7aa2fa 100644 (file)
@@ -14,10 +14,6 @@ include $(CLANG_LEVEL)/../../Makefile.config
 DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
         clang-check
 
-ifeq ($(CLANG_NO_TEST_TOOLS),YES)
-DIRS := driver libclang
-endif
-
 # Recurse into the extra repository of tools if present.
 OPTIONAL_DIRS := extra