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
/
build
/
libs
/
zlib
/
BUILD.gn
blob
5085578e760ece68a52de92c508e53b3397f9122
1
import("//llvm/utils/gn/build/libs/zlib/enable.gni")
2
3
config("zlib_config") {
4
visibility = [ ":zlib" ]
5
libs = [ "z" ]
6
}
7
8
group("zlib") {
9
if (llvm_enable_zlib) {
10
public_configs = [ ":zlib_config" ]
11
}
12
}