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
[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git]
/
clang
/
unittests
/
Rewrite
/
CMakeLists.txt
blob
3c5e2f8e5354bee4d0bf8887065f1f556a40679d
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_clang_unittest(RewriteTests
6
RewriterTest.cpp
7
)
8
clang_target_link_libraries(RewriteTests
9
PRIVATE
10
clangFrontend
11
clangRewrite
12
clangSerialization
13
clangTooling
14
)