[all-commits] [llvm/llvm-project] fdb1a8: [Sanitizers] Remove BuildId from sanitizers stackt...
Usama Hameed via All-commits
all-commits at lists.llvm.org
Tue Jun 6 16:38:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fdb1a891b64c27522a2386a8025f8ad5c7e02bfb
https://github.com/llvm/llvm-project/commit/fdb1a891b64c27522a2386a8025f8ad5c7e02bfb
Author: usama hameed <u_hameed at apple.com>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cpp
M compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_printer_test.cpp
Log Message:
-----------
[Sanitizers] Remove BuildId from sanitizers stacktrace on Darwin
On Darwin, we do not want to show the BuildId appended at the end of stack
frames in Sanitizers. The BuildId/UUID can be seen by using the
print_module_map=1 sanitizer option.
Differential Revision: https://reviews.llvm.org/D150298
rdar://108324403
More information about the All-commits
mailing list