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]
/
clang
/
unittests
/
ASTMatchers
/
Dynamic
/
CMakeLists.txt
blob
6d0e12bcb0759ac6c8e94e458840b59e7a085653
1
set(LLVM_LINK_COMPONENTS
2
FrontendOpenMP
3
Support
4
)
5
6
add_clang_unittest(DynamicASTMatchersTests
7
VariantValueTest.cpp
8
ParserTest.cpp
9
RegistryTest.cpp
10
)
11
12
clang_target_link_libraries(DynamicASTMatchersTests
13
PRIVATE
14
clangAST
15
clangASTMatchers
16
clangBasic
17
clangDynamicASTMatchers
18
clangFrontend
19
clangSerialization
20
clangTooling
21
)
22
23
target_link_libraries(DynamicASTMatchersTests
24
PRIVATE
25
clangTesting
26
)