You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
351 B
23 lines
351 B
set(LLVM_LINK_COMPONENTS
|
|
Analysis
|
|
Core
|
|
FrontendOpenMP
|
|
FrontendOpenACC
|
|
Support
|
|
Passes
|
|
TransformUtils
|
|
)
|
|
|
|
add_llvm_unittest(LLVMFrontendTests
|
|
OpenACCTest.cpp
|
|
OpenMPContextTest.cpp
|
|
OpenMPIRBuilderTest.cpp
|
|
OpenMPParsingTest.cpp
|
|
|
|
DEPENDS
|
|
acc_gen
|
|
omp_gen
|
|
)
|
|
|
|
target_link_libraries(LLVMFrontendTests PRIVATE LLVMTestingSupport)
|