Install three utils, "FileCheck", "count", and "not", for now to appease llvmlab...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 20 Dec 2013 06:25:37 +0000 (06:25 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 20 Dec 2013 06:25:37 +0000 (06:25 +0000)
Since r197684, "install/bin/llvm-config --obj-root" hasn't shown the build tree. The builder was finding utils in the build tree, from the installed tree.

I will revert this after dragonegg builder would be tweaked not to use installed llvm-config.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197786 91177308-0d34-0410-b5e6-96231b3b80d8

utils/FileCheck/Makefile
utils/count/Makefile
utils/not/Makefile

index 268b7bc919a17a690596b24547abf0af36ef16b6..b8762365984d5308e33b10ab7cb30ea4f0c3aa6f 100644 (file)
@@ -14,8 +14,8 @@ USEDLIBS = LLVMSupport.a
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
-# Don't install this utility
-NO_INSTALL = 1
+# FIXME: Don't install this utility
+#NO_INSTALL = 1
 
 include $(LEVEL)/Makefile.common
 
index 8de076a8803b0161081e6410e58fcfa1f6f007bb..2a955e66679f0a27c2a80925254623ea1d7d9d00 100644 (file)
@@ -14,7 +14,7 @@ USEDLIBS =
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
-# Don't install this utility
-NO_INSTALL = 1
+# FIXME: Don't install this utility
+#NO_INSTALL = 1
 
 include $(LEVEL)/Makefile.common
index f37f166c6c7be247e947b3ac2a9ca13c50aa6909..26b7450d48b078886352264d9f5fd8ba5e6fc7f8 100644 (file)
@@ -14,8 +14,8 @@ USEDLIBS = LLVMSupport.a
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
-# Don't install this utility
-NO_INSTALL = 1
+# FIXME: Don't install this utility
+#NO_INSTALL = 1
 
 include $(LEVEL)/Makefile.common