[llvm-commits] [llvm] r144421 - /llvm/trunk/Makefile

Daniel Dunbar daniel at zuster.org
Fri Nov 11 14:59:50 PST 2011


Author: ddunbar
Date: Fri Nov 11 16:59:49 2011
New Revision: 144421

URL: http://llvm.org/viewvc/llvm-project?rev=144421&view=rev
Log:
build/Make: Change llvm-config-2 to be compiled as a build tool.

Modified:
    llvm/trunk/Makefile

Modified: llvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile?rev=144421&r1=144420&r2=144421&view=diff
==============================================================================
--- llvm/trunk/Makefile (original)
+++ llvm/trunk/Makefile Fri Nov 11 16:59:49 2011
@@ -27,7 +27,7 @@
 ifneq ($(findstring llvmCore, $(RC_ProjectName)),llvmCore)  # Normal build (not "Apple-style").
 
 ifeq ($(BUILD_DIRS_ONLY),1)
-  DIRS := lib/Support lib/TableGen utils
+  DIRS := lib/Support lib/TableGen utils tools/llvm-config-2
   OPTIONAL_DIRS := tools/clang/utils/TableGen
 else
   DIRS := lib/Support lib/TableGen utils lib/VMCore lib tools/llvm-shlib \





More information about the llvm-commits mailing list