mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 14:36:34 +00:00
0f25988689
llvm-svn: 56419
6 lines
98 B
CMake
6 lines
98 B
CMake
set(LLVM_LINK_COMPONENTS linker bitreader bitwriter)
|
|
|
|
add_llvm_tool(llvm-link
|
|
llvm-link.cpp
|
|
)
|