1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Fixup r271533, or check-clang didn't find llvm-lto as the target.

llvm-svn: 271585
This commit is contained in:
NAKAMURA Takumi 2016-06-02 20:39:24 +00:00
parent b6f054be99
commit 1c98eb67fa

View File

@ -37,6 +37,7 @@ add_llvm_tool_subdirectory(lto)
add_llvm_tool_subdirectory(gold)
add_llvm_tool_subdirectory(llvm-ar)
add_llvm_tool_subdirectory(llvm-config)
add_llvm_tool_subdirectory(llvm-lto)
add_llvm_tool_subdirectory(llvm-profdata)
# Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicitly