mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
e92d7c468f
This should fix the mingw3 bot failure. llvm-svn: 250703
16 lines
158 B
CMake
16 lines
158 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
${LLVM_TARGETS_TO_BUILD}
|
|
BitWriter
|
|
Core
|
|
LTO
|
|
MC
|
|
Object
|
|
Support
|
|
Target
|
|
)
|
|
|
|
add_llvm_tool(llvm-lto
|
|
llvm-lto.cpp
|
|
)
|
|
|