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
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
utils
/
gn
/
secondary
/
clang
/
unittests
/
Rewrite
/
BUILD.gn
blob
52003f8a8db0fa450b478090eb6d3923a56f1dfa
1
import("//third-party/unittest/unittest.gni")
2
3
unittest("RewriteTests") {
4
configs += [ "//llvm/utils/gn/build:clang_code" ]
5
deps = [
6
"//clang/lib/Frontend",
7
"//clang/lib/Rewrite",
8
"//clang/lib/Serialization",
9
"//clang/lib/Tooling",
10
"//llvm/lib/Support",
11
]
12
sources = [
13
"RewriteBufferTest.cpp",
14
"RewriterTest.cpp",
15
]
16
}