mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-05 11:27:41 +00:00

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