From 5b1522a8d1ff60a987137c8d1d585959e30d70d0 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 7 Dec 2015 23:07:16 +0000 Subject: [PATCH] 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 --- tools/llvm-lto/Makefile | 2 -- 1 file changed, 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 -- 2.34.1