mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
8 lines
93 B
CMake
8 lines
93 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(MITests
|
||
|
LiveIntervalTest.cpp
|
||
|
)
|