repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AMDGPU] prevent shrinking udiv/urem if either operand is in (SignedMax,UnsignedMax...
[llvm-project.git]
/
llvm
/
utils
/
gn
/
build
/
libs
/
zlib
/
enable.gni
blob
512bf07e1b4d2d4dfab65bd26c7c3e89a2e2af86
1
declare_args() {
2
if (host_os == "win") {
3
# On Windows, path to a directory containing zlib headers and zlib.lib.
4
zlib_path = ""
5
}
6
}
7
8
declare_args() {
9
# Whether to include code that links against zlib.
10
llvm_enable_zlib = host_os != "win" || zlib_path != ""
11
}