1 set(LLVM_LINK_COMPONENTS
2 ${LLVM_TARGETS_TO_BUILD}
22 add_llvm_unittest(CodeGenTests
23 AArch64SelectionDAGTest.cpp
24 AllocationOrderTest.cpp
25 AMDGPUMetadataTest.cpp
26 AsmPrinterDwarfTest.cpp
30 DwarfStringPoolEntryRefTest.cpp
34 MachineBasicBlockTest.cpp
35 MachineDomTreeUpdaterTest.cpp
36 MachineInstrBundleIteratorTest.cpp
38 MachineOperandTest.cpp
41 ScalableVectorMVTsTest.cpp
43 SelectionDAGAddressAnalysisTest.cpp
44 SelectionDAGPatternMatchTest.cpp
48 MLRegAllocDevelopmentFeatures.cpp
51 add_subdirectory(GlobalISel)
53 target_link_libraries(CodeGenTests PRIVATE LLVMTestingSupport)