1 set(LLVM_LINK_COMPONENTS
2 ${LLVM_TARGETS_TO_BUILD}
17 add_llvm_unittest(CodeGenTests
18 AArch64SelectionDAGTest.cpp
19 AllocationOrderTest.cpp
20 AMDGPUMetadataTest.cpp
21 AsmPrinterDwarfTest.cpp
24 DwarfStringPoolEntryRefTest.cpp
28 MachineInstrBundleIteratorTest.cpp
30 MachineOperandTest.cpp
33 ScalableVectorMVTsTest.cpp
34 SelectionDAGAddressAnalysisTest.cpp
38 MLRegallocDevelopmentFeatures.cpp
41 add_subdirectory(GlobalISel)
43 target_link_libraries(CodeGenTests PRIVATE LLVMTestingSupport)