1 set(LLVM_LINK_COMPONENTS
2 ${LLVM_TARGETS_TO_BUILD}
19 add_llvm_unittest(CodeGenTests
20 AArch64SelectionDAGTest.cpp
21 AllocationOrderTest.cpp
22 AMDGPUMetadataTest.cpp
23 AsmPrinterDwarfTest.cpp
27 DwarfStringPoolEntryRefTest.cpp
31 MachineBasicBlockTest.cpp
32 MachineInstrBundleIteratorTest.cpp
34 MachineOperandTest.cpp
37 ScalableVectorMVTsTest.cpp
39 SelectionDAGAddressAnalysisTest.cpp
43 MLRegAllocDevelopmentFeatures.cpp
46 add_subdirectory(GlobalISel)
48 target_link_libraries(CodeGenTests PRIVATE LLVMTestingSupport)