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
/
clang-offload-wrapper
/
BUILD.gn
blob
bf1b38edba191dfca5a06ec4d8efc927d62bb1ea
1
executable("clang-offload-wrapper") {
2
configs += [ "//llvm/utils/gn/build:clang_code" ]
3
deps = [
4
"//clang/lib/Basic",
5
"//llvm/lib/Bitcode/Writer",
6
"//llvm/lib/IR",
7
"//llvm/lib/Support",
8
"//llvm/lib/Transforms/Utils",
9
]
10
sources = [
11
"ClangOffloadWrapper.cpp",
12
]
13
}