[libcxx-commits] [PATCH] D132807: [libcxx] CI: set symbolizer for bootstrapping build

Matheus Izvekov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Aug 28 07:22:39 PDT 2022


mizvekov created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
mizvekov requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Setting the symbolizer is required for getting a pretty
stack trace when Clang crashes.

Signed-off-by: Matheus Izvekov <mizvekov at gmail.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132807

Files:
  libcxx/utils/ci/run-buildbot


Index: libcxx/utils/ci/run-buildbot
===================================================================
--- libcxx/utils/ci/run-buildbot
+++ libcxx/utils/ci/run-buildbot
@@ -471,6 +471,8 @@
 bootstrapping-build)
     clean
 
+    export LLVM_SYMBOLIZER_PATH="/usr/bin/llvm-symbolizer-14"
+
     echo "--- Generating CMake"
     ${CMAKE} \
           -S "${MONOREPO_ROOT}/llvm" \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132807.456184.patch
Type: text/x-patch
Size: 379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220828/b5213418/attachment.bin>


More information about the libcxx-commits mailing list