diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-12-07 23:07:16 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-12-07 23:07:16 +0000 |
commit | 8293414718b35fcac59835f7160bf7ec7b0448c5 (patch) | |
tree | be0da2047373ec7bd818a7e02aa3371a83132680 | |
parent | 7bdca8b24f2d0b4379f1a6424a6dab409925377b (diff) | |
download | bcm5719-llvm-8293414718b35fcac59835f7160bf7ec7b0448c5.tar.gz bcm5719-llvm-8293414718b35fcac59835f7160bf7ec7b0448c5.zip |
Let llvm-lto installed. A few tests in clang/test are using it.
llvm-svn: 254963
-rw-r--r-- | llvm/tools/llvm-lto/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-lto/Makefile b/llvm/tools/llvm-lto/Makefile index f1801b4b20c..f8ca7e1cac5 100644 --- a/llvm/tools/llvm-lto/Makefile +++ b/llvm/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 |