mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
c0e2ef62fa
other tools can link it. llvm-svn: 94131
7 lines
131 B
CMake
7 lines
131 B
CMake
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC MCParser)
|
|
|
|
add_llvm_tool(llvm-mc
|
|
llvm-mc.cpp
|
|
Disassembler.cpp
|
|
)
|