projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba40ae0
)
Let llvm-lto installed. A few tests in clang/test are using it.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 7 Dec 2015 23:07:16 +0000
(23:07 +0000)
committer
NAKAMURA 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
patch
|
blob
|
history
diff --git
a/tools/llvm-lto/Makefile
b/tools/llvm-lto/Makefile
index f1801b4b20cc0e4fc9b52de809413d24cdb379b1..f8ca7e1cac5d07d11c36c426e1ae19ceaaeafe89 100644
(file)
--- 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