From 0bbaacc8cae0373d4500c4e3f6f128d21f9033b7 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 24 Jul 2020 08:48:14 -0400 Subject: [PATCH] [gn build] (manually) port 10b1b4a23 more --- llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn index 97007eecd1eb9..5f8058699d729 100644 --- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn @@ -86,8 +86,8 @@ write_cmake_config("lit_common_configured") { } if (llvm_enable_zlib) { - values += [ "HAVE_LIBZ=1" ] + values += [ "LLVM_ENABLE_ZLIB=1" ] } else { - values += [ "HAVE_LIBZ=0" ] + values += [ "LLVM_ENABLE_ZLIB=0" ] } }