[all-commits] [llvm/llvm-project] 8d3ff6: Fix symbolizer markup backtrace build/test.
Daniel Thornburgh via All-commits
all-commits at lists.llvm.org
Thu Aug 17 13:53:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d3ff601a307fa9d18f237903b298bb12b8b64cf
https://github.com/llvm/llvm-project/commit/8d3ff601a307fa9d18f237903b298bb12b8b64cf
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths:
M llvm/lib/Support/Unix/Signals.inc
M llvm/unittests/Support/SignalsTest.cpp
Log Message:
-----------
Fix symbolizer markup backtrace build/test.
This corrects a Darwin build failure due to a missing stub and an
environment-specific Linux test failure due to an overly restrictive
test regex. This also backs out of the previous fix attempt; %p is
intended to be printed and parsed with the semantics of #.
More information about the All-commits
mailing list