aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn')
-rw-r--r--llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn4
1 files 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 5f80586..97007ee 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 += [ "LLVM_ENABLE_ZLIB=1" ]
+ values += [ "HAVE_LIBZ=1" ]
} else {
- values += [ "LLVM_ENABLE_ZLIB=0" ]
+ values += [ "HAVE_LIBZ=0" ]
}
}