[all-commits] [llvm/llvm-project] 5a9498: [Sanitizers] Remove BuildId from sanitizers stackt...

Usama Hameed via All-commits all-commits at lists.llvm.org
Wed Jun 7 11:29:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a9498124d5ed43cdde56eba8ccc8e82148dff40
      https://github.com/llvm/llvm-project/commit/5a9498124d5ed43cdde56eba8ccc8e82148dff40
  Author: usama hameed <u_hameed at apple.com>
  Date:   2023-06-07 (Wed, 07 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