mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
57141e5548
integer encoding (0123, 0b10101, 42, etc). llvm-svn: 91934
9 lines
153 B
CMake
9 lines
153 B
CMake
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC)
|
|
|
|
add_llvm_tool(llvm-mc
|
|
llvm-mc.cpp
|
|
AsmLexer.cpp
|
|
AsmParser.cpp
|
|
Disassembler.cpp
|
|
)
|