[PATCH] D66885: [TSan] Add read/write range interface functions with PC
Joachim Protze via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 30 00:43:02 PDT 2019
protze.joachim added a comment.
In D66885#1651428 <https://reviews.llvm.org/D66885#1651428>, @dvyukov wrote:
> > In this new test, I see the same issue related to race on stack variables as reported here:
> > https://github.com/google/sanitizers/issues/1134
>
> Does it make the test fail? Or just produces a warning? We could switch to a heap-allocated block or a global.
The test succeeds, it just produces the additional messages from llvm-symbolizer.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66885/new/
https://reviews.llvm.org/D66885
More information about the llvm-commits
mailing list