[llvm] r197786 - Install three utils, "FileCheck", "count", and "not", for now to appease llvmlab dragonegg builder.

NAKAMURA Takumi geek4civic at gmail.com
Thu Dec 19 22:25:38 PST 2013


Author: chapuni
Date: Fri Dec 20 00:25:37 2013
New Revision: 197786

URL: http://llvm.org/viewvc/llvm-project?rev=197786&view=rev
Log:
Install three utils, "FileCheck", "count", and "not", for now to appease llvmlab dragonegg builder.

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.

Modified:
    llvm/trunk/utils/FileCheck/Makefile
    llvm/trunk/utils/count/Makefile
    llvm/trunk/utils/not/Makefile

Modified: llvm/trunk/utils/FileCheck/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/FileCheck/Makefile?rev=197786&r1=197785&r2=197786&view=diff
==============================================================================
--- llvm/trunk/utils/FileCheck/Makefile (original)
+++ llvm/trunk/utils/FileCheck/Makefile Fri Dec 20 00:25:37 2013
@@ -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
 

Modified: llvm/trunk/utils/count/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/count/Makefile?rev=197786&r1=197785&r2=197786&view=diff
==============================================================================
--- llvm/trunk/utils/count/Makefile (original)
+++ llvm/trunk/utils/count/Makefile Fri Dec 20 00:25:37 2013
@@ -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

Modified: llvm/trunk/utils/not/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/not/Makefile?rev=197786&r1=197785&r2=197786&view=diff
==============================================================================
--- llvm/trunk/utils/not/Makefile (original)
+++ llvm/trunk/utils/not/Makefile Fri Dec 20 00:25:37 2013
@@ -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
 





More information about the llvm-commits mailing list