aboutsummaryrefslogtreecommitdiff
path: root/lld/test/lit.site.cfg.py.in
diff options
context:
space:
mode:
authorJames Henderson <jh7370@my.bristol.ac.uk>2020-01-02 15:35:22 +0000
committerJames Henderson <jh7370@my.bristol.ac.uk>2020-01-02 16:02:10 +0000
commite406cca5f9a6477c9861717f81c156aa83feeaca (patch)
tree59444cab919ea20ae0b9d754093c058fb12c1edb /lld/test/lit.site.cfg.py.in
parent34397b75609c09c1723cd6c0b27f8f13c641ce4c (diff)
downloadllvm-e406cca5f9a6477c9861717f81c156aa83feeaca.zip
llvm-e406cca5f9a6477c9861717f81c156aa83feeaca.tar.gz
llvm-e406cca5f9a6477c9861717f81c156aa83feeaca.tar.bz2
Revert "build: reduce CMake handling for zlib"
This reverts commit 68a235d07f9e7049c7eb0c8091f37e385327ac28. This commit broke the clang-x64-windows-msvc build bot and a follow-up commit did not fix it. Reverting to fix the bot.
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 531fce1..02840f8 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 = "@PYTHON_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