Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git] / llvm / unittests / Frontend / CMakeLists.txt
blob85e113816e3bc6afeee0a4691daec65be07c2765
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   Core
4   FrontendOpenACC
5   FrontendOpenMP
6   Passes
7   Support
8   TargetParser
9   TransformUtils
10   )
12 add_llvm_unittest(LLVMFrontendTests
13   OpenACCTest.cpp
14   OpenMPContextTest.cpp
15   OpenMPIRBuilderTest.cpp
16   OpenMPParsingTest.cpp
17   OpenMPCompositionTest.cpp
18   OpenMPDecompositionTest.cpp
20   DEPENDS
21   acc_gen
22   omp_gen
23   )
25 target_link_libraries(LLVMFrontendTests PRIVATE LLVMTestingSupport)