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
/
Rewrite
/
CMakeLists.txt
blob
6594d8cc5897f34de7a0e8066d4410d467e0c2ea
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_clang_unittest(RewriteTests
6
RewriteBufferTest.cpp
7
RewriterTest.cpp
8
)
9
clang_target_link_libraries(RewriteTests
10
PRIVATE
11
clangFrontend
12
clangRewrite
13
clangSerialization
14
clangTooling
15
)