Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / unittests / Frontend / CMakeLists.txt
blobc6f60142d6276ab9922c2519097fc2818ab1078a
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
18   DEPENDS
19   acc_gen
20   omp_gen
21   )
23 target_link_libraries(LLVMFrontendTests PRIVATE LLVMTestingSupport)