Revert rGe6ccb57bb3f6b761f2310e97fd6ca99eff42f73e "[SLP] Add cost model for `llvm...
[llvm-project.git] / llvm / unittests / Frontend / CMakeLists.txt
blob5e307c60ac7298d5e59f19276f3567d71972e8bd
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   Core
4   FrontendOpenMP
5   FrontendOpenACC
6   Support
7   Passes
8   TransformUtils
9   )
11 add_llvm_unittest(LLVMFrontendTests
12   OpenACCTest.cpp
13   OpenMPContextTest.cpp
14   OpenMPIRBuilderTest.cpp
15   OpenMPParsingTest.cpp
17   DEPENDS
18   acc_gen
19   omp_gen
20   )
22 target_link_libraries(LLVMFrontendTests PRIVATE LLVMTestingSupport)