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
[SCCP] Avoid modifying AdditionalUsers while iterating over it
[llvm-project.git]
/
clang
/
unittests
/
Analysis
/
CMakeLists.txt
blob
00026874417bb037eae8826e055ac6f52d40bca2
1
set(LLVM_LINK_COMPONENTS
2
FrontendOpenMP
3
Support
4
)
5
6
add_clang_unittest(ClangAnalysisTests
7
CFGDominatorTree.cpp
8
CFGTest.cpp
9
CloneDetectionTest.cpp
10
ExprMutationAnalyzerTest.cpp
11
MacroExpansionContextTest.cpp
12
)
13
14
clang_target_link_libraries(ClangAnalysisTests
15
PRIVATE
16
clangAnalysis
17
clangAST
18
clangASTMatchers
19
clangBasic
20
clangFrontend
21
clangLex
22
clangSerialization
23
clangTesting
24
clangTooling
25
)
26
27
target_link_libraries(ClangAnalysisTests
28
PRIVATE
29
LLVMTestingSupport
30
)