From: NAKAMURA Takumi Date: Fri, 20 Dec 2013 06:25:37 +0000 (+0000) Subject: Install three utils, "FileCheck", "count", and "not", for now to appease llvmlab... X-Git-Tag: android-x86-7.1-r4~66633 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=69475dd92b87af0075b70202ca154cbe7027f59d;p=android-x86%2Fexternal-llvm.git 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197786 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/FileCheck/Makefile b/utils/FileCheck/Makefile index 268b7bc919a..b8762365984 100644 --- a/utils/FileCheck/Makefile +++ b/utils/FileCheck/Makefile @@ -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 diff --git a/utils/count/Makefile b/utils/count/Makefile index 8de076a8803..2a955e66679 100644 --- a/utils/count/Makefile +++ b/utils/count/Makefile @@ -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 diff --git a/utils/not/Makefile b/utils/not/Makefile index f37f166c6c7..26b7450d48b 100644 --- a/utils/not/Makefile +++ b/utils/not/Makefile @@ -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