[PATCH] D131415: Remove variable names from sanitize-memory-track-origins binary.
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 09:59:39 PDT 2022
vitalybuka added inline comments.
================
Comment at: compiler-rt/lib/msan/msan_report.cpp:42
+ " %sUninitialized value was created on the stack "
+ "(first frame below should reference the variable)%s\n",
+ d.Origin(), d.Default());
----------------
It technically not the stack, just a frame.
Shorter message like this has the same meaning:
"Uninitialized value was created here:"
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