summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-12-07 23:07:16 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-12-07 23:07:16 +0000
commit5b1522a8d1ff60a987137c8d1d585959e30d70d0 (patch)
tree7bb174505586affc147b641dc3b9142cd2cc20fb /tools
parentba40ae0275ee81cf25c087abcf0dac035b7a4547 (diff)
Let llvm-lto installed. A few tests in clang/test are using it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254963 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvm-lto/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/llvm-lto/Makefile b/tools/llvm-lto/Makefile
index f1801b4b20c..f8ca7e1cac5 100644
--- a/tools/llvm-lto/Makefile
+++ b/tools/llvm-lto/Makefile
@@ -14,6 +14,4 @@ LINK_COMPONENTS := lto ipo scalaropts linker bitreader bitwriter mcdisassembler
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS := 1
-NO_INSTALL := 1
-
include $(LEVEL)/Makefile.common