repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
unittests
/
Frontend
/
CMakeLists.txt
blob
c6f60142d6276ab9922c2519097fc2818ab1078a
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
Core
4
FrontendOpenACC
5
FrontendOpenMP
6
Passes
7
Support
8
TargetParser
9
TransformUtils
10
)
11
12
add_llvm_unittest(LLVMFrontendTests
13
OpenACCTest.cpp
14
OpenMPContextTest.cpp
15
OpenMPIRBuilderTest.cpp
16
OpenMPParsingTest.cpp
17
18
DEPENDS
19
acc_gen
20
omp_gen
21
)
22
23
target_link_libraries(LLVMFrontendTests PRIVATE LLVMTestingSupport)