[compiler-rt] [TSan][compiler-rt] Defer symbolization of Reports to as late as possible (PR #151120)
Dan Blackwell via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 30 06:36:49 PDT 2025
================
@@ -199,6 +198,55 @@ void ScopedReportBase::AddMemoryAccess(uptr addr, uptr external_tag, Shadow s,
}
}
+void ScopedReportBase::SymbolizeStackElems() {
+ // symbolize memory ops
+ for (usize i = 0; i < rep_->mops.Size(); i++) {
----------------
DanBlackwell wrote:
Have addressed this now.
https://github.com/llvm/llvm-project/pull/151120
More information about the llvm-commits
mailing list