blob: 34a413c96b0ca6243970b3e9022a16bfa48ee5d7 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
CodeGen
Core
GlobalISel
MC
MIRParser
Support
Target
)
add_llvm_unittest(GlobalISelTests
CSETest.cpp
LegalizerHelperTest.cpp
LegalizerInfoTest.cpp
MachineIRBuilderTest.cpp
GISelMITest.cpp
PatternMatchTest.cpp
KnownBitsTest.cpp
)