blob: 2412cc9d26c7a7d59b3111254ab08a20aa355008 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Analysis
Core
FrontendHLSL
FrontendOpenACC
FrontendOpenMP
Passes
Support
TargetParser
TransformUtils
)
add_llvm_unittest(LLVMFrontendTests
HLSLRootSignatureDumpTest.cpp
HLSLRootSignatureRangesTest.cpp
OpenACCTest.cpp
OpenMPContextTest.cpp
OpenMPIRBuilderTest.cpp
OpenMPParsingTest.cpp
OpenMPCompositionTest.cpp
OpenMPDecompositionTest.cpp
OpenMPDirectiveNameTest.cpp
DEPENDS
acc_gen
omp_gen
)
target_link_libraries(LLVMFrontendTests PRIVATE LLVMTestingSupport)