[compiler-rt] [llvm] [msan] Automatically print shadow for failing outlined checks (PR #145107)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 20 15:55:22 PDT 2025


https://github.com/vitalybuka requested changes to this pull request.

I think it's wrong.
__msan_print_shadow should not be needed unless you debug an issue in msan itself.
And it's very confusing as is, because the values of tend don't come from RAM, but registers.

so maybe with verbosity=1



https://github.com/llvm/llvm-project/pull/145107


More information about the llvm-commits mailing list