mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 07:00:59 +00: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
|
|
)
|