[all-commits] [llvm/llvm-project] 3dca63: [symbolizer] Don't threat symbolizer API as option...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Dec 20 15:38:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3dca63a32f9834d0e5586fc90797b7c94d93e0bf
https://github.com/llvm/llvm-project/commit/3dca63a32f9834d0e5586fc90797b7c94d93e0bf
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-12-20 (Wed, 20 Dec 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
Log Message:
-----------
[symbolizer] Don't threat symbolizer API as optional (#76103)
There is an assumption that we dont need to to mix sanitizer with
symbolizer from different LLVM revison. If so we can detect it by
`__sanitizer_symbolize_code` and assume that the rest is present.
More information about the All-commits
mailing list