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

Bill Wendling isanbard at gmail.com
Sun Sep 30 04:22:45 PDT 2012


Author: void
Date: Sun Sep 30 06:22:45 2012
New Revision: 164915

URL: http://llvm.org/viewvc/llvm-project?rev=164915&view=rev
Log:
Remove this hack in favor of another, better way of performing the same thing.

Modified:
    cfe/trunk/tools/Makefile

Modified: cfe/trunk/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/Makefile?rev=164915&r1=164914&r2=164915&view=diff
==============================================================================
--- cfe/trunk/tools/Makefile (original)
+++ cfe/trunk/tools/Makefile Sun Sep 30 06:22:45 2012
@@ -14,10 +14,6 @@
 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
 





More information about the cfe-commits mailing list