[all-commits] [llvm/llvm-project] 169464: Revert "[Sanitizers][Darwin] In DlAddrSymbolizer, ...
Usama Hameed via All-commits
all-commits at lists.llvm.org
Thu Jun 8 16:04:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16946466fd5334c97735cae052cca7173a52df84
https://github.com/llvm/llvm-project/commit/16946466fd5334c97735cae052cca7173a52df84
Author: usama hameed <u_hameed at apple.com>
Date: 2023-06-08 (Thu, 08 Jun 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
R compiler-rt/test/sanitizer_common/TestCases/Darwin/symbolizer-file-name-dladdr.cpp
Log Message:
-----------
Revert "[Sanitizers][Darwin] In DlAddrSymbolizer, return only the module file name instead of the comlpete module path during symbolication."
The commit broke asan_symbolize.py script on Darwin which depended on
using the complete module path to symolize crash traces offline.
This reverts commit f6ea869f7c043c70722b8db6be94d9ad4cc9eb92.
rdar://110487521
More information about the All-commits
mailing list