[PATCH] D66885: [TSan] Add read/write range interface functions with PC

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 11:39:38 PDT 2019


dvyukov added a comment.

> 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.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66885/new/

https://reviews.llvm.org/D66885





More information about the llvm-commits mailing list