From db366f91e5bc734c3834231b049c9170b93eaa70 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 3 Mar 2020 11:21:11 +0100 Subject: Revert "Reland "[gn build] (manually) merge 68a235d07f9e70"" This reverts commit 94d4ca90040a5f55ee29f48043881437de56681e. I reverted 68a235d07f9e70 again in 916be8fd6a0a0feea4cefcbeb0c22c65848d7a2e. (cherry picked from commit 93c73d4834a96ac749dabb624e07f9a146186875) --- llvm/utils/gn/secondary/clang/test/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/utils/gn/secondary/clang') diff --git a/llvm/utils/gn/secondary/clang/test/BUILD.gn b/llvm/utils/gn/secondary/clang/test/BUILD.gn index a16f8ea4b07..5cdbab8da28 100644 --- a/llvm/utils/gn/secondary/clang/test/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/test/BUILD.gn @@ -74,9 +74,9 @@ write_lit_config("lit_site_cfg") { } if (llvm_enable_zlib) { - extra_values += [ "LLVM_ENABLE_ZLIB=1" ] + extra_values += [ "HAVE_LIBZ=1" ] } else { - extra_values += [ "LLVM_ENABLE_ZLIB=0" ] # Must be 0. + extra_values += [ "HAVE_LIBZ=0" ] # Must be 0. } if (host_cpu == "x64") { -- cgit v1.2.3