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

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 11:09:46 PDT 2019


dvyukov added a comment.

Re tests. Check test/tsan/ dir, e.g. simple_race.c, stack_race.cc, test/tsan/unaligned_norace.cc. There are not too hard to write, we just need to check it builds, detects a race on the annotation and the PC is used in the stack.


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D66885





More information about the llvm-commits mailing list