repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lit] Improve lit.Run class
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
clang
/
tools
/
arcmt-test
/
BUILD.gn
blob
c16ce2a6b7a0465a97d575edb4b1451a2f27b4b3
1
executable("arcmt-test") {
2
configs += [ "//llvm/utils/gn/build:clang_code" ]
3
deps = [
4
"//clang/lib/ARCMigrate",
5
"//clang/lib/Basic",
6
"//clang/lib/Frontend",
7
"//clang/lib/Lex",
8
"//llvm/lib/Support",
9
]
10
sources = [
11
"arcmt-test.cpp",
12
]
13
}