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
/
Dynamic
/
CMakeLists.txt
blob
ea1bee407b00af347c0b9b9bedb2d7e79f7a2ac4
1
set(LLVM_LINK_COMPONENTS
2
FrontendOpenMP
3
Support
4
)
5
6
add_clang_library(clangDynamicASTMatchers
7
Diagnostics.cpp
8
Marshallers.cpp
9
Parser.cpp
10
Registry.cpp
11
VariantValue.cpp
12
13
LINK_LIBS
14
clangAST
15
clangASTMatchers
16
clangBasic
17
18
DEPENDS
19
omp_gen
20
ClangDriverOptions
21
)