1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/tools/llvm-link/CMakeLists.txt
Teresa Johnson 90b0eac682 Restore "Support for ThinLTO function importing and symbol linking."
This restores commit r251837, with the new library dependence added to
llvm-link/Makefile to address bot failures.

llvm-svn: 251866
2015-11-03 00:14:15 +00:00

13 lines
132 B
CMake

set(LLVM_LINK_COMPONENTS
BitWriter
Core
IRReader
Linker
Object
Support
)
add_llvm_tool(llvm-link
llvm-link.cpp
)