mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 00:25:01 +00:00
48d0ed9534
llvm-svn: 77385
9 lines
148 B
CMake
9 lines
148 B
CMake
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC)
|
|
|
|
add_llvm_tool(llvm-mc
|
|
llvm-mc.cpp
|
|
AsmExpr.cpp
|
|
AsmLexer.cpp
|
|
AsmParser.cpp
|
|
)
|