blob: 7650c720ea134785d8614ba6a85f68e7b4b29bd8 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Analysis
Core
FrontendOpenMP
FrontendOpenACC
Support
Passes
TargetParser
TransformUtils
)
add_llvm_unittest(LLVMFrontendTests
OpenACCTest.cpp
OpenMPContextTest.cpp
OpenMPIRBuilderTest.cpp
OpenMPParsingTest.cpp
DEPENDS
acc_gen
omp_gen
)
target_link_libraries(LLVMFrontendTests PRIVATE LLVMTestingSupport)