aboutsummaryrefslogtreecommitdiff
path: root/lld/test/lit.site.cfg.py.in
diff options
context:
space:
mode:
authorPetr Hosek <phosek@google.com>2020-08-08 17:08:23 -0700
committerPetr Hosek <phosek@google.com>2020-08-08 17:08:23 -0700
commita4d78d23c53451ccefe0df0adfff9a1ac3077f10 (patch)
tree2eaa8e0c68e6d32a30926428d5471df9414d4169 /lld/test/lit.site.cfg.py.in
parentccbc1485b55ff4acd21bcfafbf7aec4ed0fd818d (diff)
downloadllvm-a4d78d23c53451ccefe0df0adfff9a1ac3077f10.zip
llvm-a4d78d23c53451ccefe0df0adfff9a1ac3077f10.tar.gz
llvm-a4d78d23c53451ccefe0df0adfff9a1ac3077f10.tar.bz2
Revert "[CMake] Simplify CMake handling for zlib"
This reverts commit ccbc1485b55ff4acd21bcfafbf7aec4ed0fd818d which is still failing on the Windows MLIR bots.
Diffstat (limited to 'lld/test/lit.site.cfg.py.in')
-rw-r--r--lld/test/lit.site.cfg.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/lit.site.cfg.py.in b/lld/test/lit.site.cfg.py.in
index 3d4c51f..4aa2fcd 100644
--- a/lld/test/lit.site.cfg.py.in
+++ b/lld/test/lit.site.cfg.py.in
@@ -14,7 +14,7 @@ config.lld_libs_dir = "@LLVM_LIBRARY_OUTPUT_INTDIR@"
config.lld_tools_dir = "@LLVM_RUNTIME_OUTPUT_INTDIR@"
config.target_triple = "@TARGET_TRIPLE@"
config.python_executable = "@Python3_EXECUTABLE@"
-config.have_zlib = @LLVM_ENABLE_ZLIB@
+config.have_zlib = @HAVE_LIBZ@
config.sizeof_void_p = @CMAKE_SIZEOF_VOID_P@
# Support substitution of the tools and libs dirs with user parameters. This is