mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
ab1316fbaf
llvm-svn: 76257
10 lines
169 B
CMake
10 lines
169 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
|
|
MC-X86Specific.cpp
|
|
)
|