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
/
tools
/
clang-check
/
CMakeLists.txt
blob
5493aa4237aee339f700dc54aed5b8bd6dac97b5
1
set( LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
Option
4
Support
5
)
6
7
add_clang_tool(clang-check
8
ClangCheck.cpp
9
)
10
11
clang_target_link_libraries(clang-check
12
PRIVATE
13
clangAST
14
clangBasic
15
clangDriver
16
clangFrontend
17
clangRewriteFrontend
18
clangSerialization
19
clangStaticAnalyzerFrontend
20
clangTooling
21
clangToolingSyntax
22
)