[PATCH] D131415: Remove variable names from sanitize-memory-track-origins binary.
Kevin Athey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 09:10:50 PDT 2022
kda added a comment.
In D131415#3713055 <https://reviews.llvm.org/D131415#3713055>, @kcc wrote:
> please show an error message on a non-trivial test case
> (lots of variables, some defined on the same line) before and after.
> Code size is important, but we cannot decrease the report quality
Where can I get the name of the variable? (I think it is buried in the debug info some place, but I would need an example to help me extract it.)
An alternative I thought of was putting this behind a flag.
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