[llvm] 6a524fb - [gn] attempt to port fe2f0ab37c33
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri May 26 08:06:03 PDT 2023
Author: Nico Weber
Date: 2023-05-26T11:05:57-04:00
New Revision: 6a524fb1d28546d059d6a3f2e7c0450d69dbf80b
URL: https://github.com/llvm/llvm-project/commit/6a524fb1d28546d059d6a3f2e7c0450d69dbf80b
DIFF: https://github.com/llvm/llvm-project/commit/6a524fb1d28546d059d6a3f2e7c0450d69dbf80b.diff
LOG: [gn] attempt to port fe2f0ab37c33
Added:
Modified:
llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
index 75dad57693ca3..31017be107c99 100644
--- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -106,8 +106,8 @@ write_cmake_config("lit_common_configured") {
}
if (llvm_enable_zlib) {
- values += [ "LLVM_ENABLE_ZLIB=1" ]
+ values += [ "ZLIB_FOUND_PYBOOL=1" ]
} else {
- values += [ "LLVM_ENABLE_ZLIB=0" ]
+ values += [ "ZLIB_FOUND_PYBOOL=0" ]
}
}
More information about the llvm-commits
mailing list