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
[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git]
/
clang
/
lib
/
ASTMatchers
/
CMakeLists.txt
blob
30303c1e39a00c3814353eb74c10536e84175d69
1
add_subdirectory(Dynamic)
2
3
set(LLVM_LINK_COMPONENTS
4
FrontendOpenMP
5
Support
6
)
7
8
add_clang_library(clangASTMatchers
9
ASTMatchFinder.cpp
10
ASTMatchersInternal.cpp
11
GtestMatchers.cpp
12
13
LINK_LIBS
14
clangAST
15
clangBasic
16
clangLex
17
18
DEPENDS
19
omp_gen
20
ClangDriverOptions
21
)