llvm/tools/llvm-link/CMakeLists.txt
Teresa Johnson 0292f065c1 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251866 91177308-0d34-0410-b5e6-96231b3b80d8
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
)