mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 18:06:49 +00:00
0414149591
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268335 91177308-0d34-0410-b5e6-96231b3b80d8
14 lines
163 B
CMake
14 lines
163 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
${LLVM_TARGETS_TO_BUILD}
|
|
CodeGen
|
|
Core
|
|
MC
|
|
MIRParser
|
|
Support
|
|
Target
|
|
)
|
|
|
|
add_llvm_unittest(MITests
|
|
LiveIntervalTest.cpp
|
|
)
|