1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

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

llvm-svn: 254963
This commit is contained in:
NAKAMURA Takumi 2015-12-07 23:07:16 +00:00
parent 381030710c
commit af1e01a62f

View File

@ -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