hanchenye-llvm-project/llvm/tools/llvm-ld/CMakeLists.txt

9 lines
159 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS ipo scalaropts linker archive bitwriter)
add_llvm_tool(llvm-ld
Optimize.cpp
llvm-ld.cpp
)
add_dependencies(llvm-ld llvm-stub)