[PATCH] D131415: Remove function name from sanitize-memory-track-origins binary.

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 12:06:46 PDT 2022


kcc added a comment.

dropping the function name is fine, we have it from the stack traces. 
the variable name can't be found anywhere else because in most cases 
msan is used with -gline-tables-only, i.e. DWARF doesn't have the names of locals.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131415/new/

https://reviews.llvm.org/D131415



More information about the llvm-commits mailing list