OSDN Git Service

Let llvm-lto installed. A few tests in clang/test are using it.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 7 Dec 2015 23:07:16 +0000 (23:07 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 7 Dec 2015 23:07:16 +0000 (23:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254963 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-lto/Makefile

index f1801b4..f8ca7e1 100644 (file)
@@ -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