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
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
clang
/
tools
/
clang-offload-bundler
/
BUILD.gn
blob
4335087b53d160789620de4aba2145c77a8a445b
1
executable("clang-offload-bundler") {
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/Object",
8
"//llvm/lib/Support",
9
]
10
sources = [
11
"ClangOffloadBundler.cpp",
12
]
13
}