From: NAKAMURA Takumi Date: Mon, 7 Dec 2015 23:07:16 +0000 (+0000) Subject: Let llvm-lto installed. A few tests in clang/test are using it. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5b1522a8d1ff60a987137c8d1d585959e30d70d0;p=oota-llvm.git 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 --- 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