[compiler-rt] [Sanitizer] show configure.log for libz build (PR #171932)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 11 15:48:22 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Florian Mayer (fmayer)
<details>
<summary>Changes</summary>
This is for debugging the failures on the aarch64 buildbot
---
Full diff: https://github.com/llvm/llvm-project/pull/171932.diff
1 Files Affected:
- (modified) compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh (+2)
``````````diff
diff --git a/compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh b/compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
index 567402ee85e96..0aa85bedff60d 100755
--- a/compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
+++ b/compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
@@ -84,6 +84,8 @@ fi
cd ${ZLIB_BUILD}
AR="${AR}" CC="${CC}" CFLAGS="$FLAGS -Wno-deprecated-non-prototype" RANLIB=/bin/true ./configure --static
+# TODO: remove this. this is for debugging buildbot problems
+cat configure.log
make -j libz.a
# Build and install libcxxabi and libcxx.
``````````
</details>
https://github.com/llvm/llvm-project/pull/171932
More information about the llvm-commits
mailing list