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
/
lib
/
CrossTU
/
BUILD.gn
blob
81fb0b688911a4f4eed77966a31127e060ce3afa
1
static_library("CrossTU") {
2
output_name = "clangCrossTU"
3
configs += [ "//llvm/utils/gn/build:clang_code" ]
4
deps = [
5
"//clang/lib/AST",
6
"//clang/lib/Basic",
7
"//clang/lib/Frontend",
8
"//clang/lib/Index",
9
"//llvm/lib/Support",
10
]
11
sources = [
12
"CrossTranslationUnit.cpp",
13
]
14
}