mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
12fd371a27
It is only ever used by obj2yaml and yaml2obj. No point in linking it everywhere. llvm-svn: 262368
14 lines
210 B
CMake
14 lines
210 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
${LLVM_TARGETS_TO_BUILD}
|
|
MC
|
|
MCDisassembler
|
|
Support
|
|
)
|
|
|
|
add_llvm_unittest(MCTests
|
|
Disassembler.cpp
|
|
DwarfLineTables.cpp
|
|
StringTableBuilderTest.cpp
|
|
TargetRegistry.cpp
|
|
)
|