[llvm] r254963 - Let llvm-lto installed. A few tests in clang/test are using it.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 15:07:16 PST 2015


Author: chapuni
Date: Mon Dec  7 17:07:16 2015
New Revision: 254963

URL: http://llvm.org/viewvc/llvm-project?rev=254963&view=rev
Log:
Let llvm-lto installed. A few tests in clang/test are using it.

Modified:
    llvm/trunk/tools/llvm-lto/Makefile

Modified: llvm/trunk/tools/llvm-lto/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-lto/Makefile?rev=254963&r1=254962&r2=254963&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-lto/Makefile (original)
+++ llvm/trunk/tools/llvm-lto/Makefile Mon Dec  7 17:07:16 2015
@@ -14,6 +14,4 @@ LINK_COMPONENTS := lto ipo scalaropts li
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS := 1
 
-NO_INSTALL := 1
-
 include $(LEVEL)/Makefile.common




More information about the llvm-commits mailing list