1set(LLVM_LINK_COMPONENTS 2 ${LLVM_TARGETS_TO_BUILD} 3 CodeGen 4 Core 5 FileCheck 6 GlobalISel 7 MC 8 MIRParser 9 Support 10 Target 11 ) 12 13add_llvm_unittest(GlobalISelTests 14 ConstantFoldingTest.cpp 15 CSETest.cpp 16 LegalizerTest.cpp 17 LegalizerHelperTest.cpp 18 LegalizerInfoTest.cpp 19 MachineIRBuilderTest.cpp 20 GISelMITest.cpp 21 PatternMatchTest.cpp 22 KnownBitsTest.cpp 23 GISelUtilsTest.cpp 24 ) 25