[PATCH] D81631: Fix undefined behavior in Dwarf.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 20 14:18:02 PDT 2020
dblaikie added a comment.
In D81631#2102864 <https://reviews.llvm.org/D81631#2102864>, @linzj wrote:
> I think memory sanitizer is buggy...
Oh, sorry - I forgot to mention (& Had forgotten it entirely) that Memory Sanitizer requires a sanitized standard library - so it's a bit more involved/harder to get it working :/ I don't know all the details of how to get that setup and working.
Any ideas why my attempt to reproduce the issue with valgrind might not have worked as it has for you?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81631/new/
https://reviews.llvm.org/D81631
More information about the llvm-commits
mailing list