1set(LLVM_LINK_COMPONENTS 2 Analysis 3 Core 4 FrontendOpenACC 5 FrontendOpenMP 6 Passes 7 Support 8 TargetParser 9 TransformUtils 10 ) 11 12add_llvm_unittest(LLVMFrontendTests 13 OpenACCTest.cpp 14 OpenMPContextTest.cpp 15 OpenMPIRBuilderTest.cpp 16 OpenMPParsingTest.cpp 17 OpenMPCompositionTest.cpp 18 OpenMPDecompositionTest.cpp 19 20 DEPENDS 21 acc_gen 22 omp_gen 23 ) 24 25target_link_libraries(LLVMFrontendTests PRIVATE LLVMTestingSupport) 26