[compiler-rt] [sanitizer_symbolizer] Symbolizer Markup for linux. (PR #65543)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 7 11:28:28 PDT 2023
================
@@ -425,7 +463,11 @@ void PrintAddressDescription(
auto *sa = (t == GetCurrentThread() && current_stack_allocations)
? current_stack_allocations
: t->stack_allocations();
- PrintStackAllocations(sa, addr_tag, untagged_addr);
+ if (common_flags()->enable_symbolizer_markup) {
----------------
fmayer wrote:
I'm confused. Why is the `PrintStackAllocationsMarkup` in the else branch?
https://github.com/llvm/llvm-project/pull/65543
More information about the llvm-commits
mailing list