mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
59ba3fdb61
llvm-svn: 212920
12 lines
149 B
CMake
12 lines
149 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
MC
|
|
MCAnalysis
|
|
Support
|
|
)
|
|
|
|
add_llvm_unittest(MCTests
|
|
MCAtomTest.cpp
|
|
StringTableBuilderTest.cpp
|
|
YAMLTest.cpp
|
|
)
|