[Openmp-commits] [PATCH] D90473: [OpenMP][Tool] Add Archer option to disable data race analysis for sequential part

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Nov 13 03:54:58 PST 2020


protze.joachim updated this revision to Diff 305092.
protze.joachim added a comment.

I added run lines to the tests with race, to verify that the races are still detected, if `ignore_serial=1` .


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

https://reviews.llvm.org/D90473

Files:
  openmp/tools/archer/README.md
  openmp/tools/archer/ompt-tsan.cpp
  openmp/tools/archer/tests/lit.cfg
  openmp/tools/archer/tests/races/critical-unrelated.c
  openmp/tools/archer/tests/races/lock-nested-unrelated.c
  openmp/tools/archer/tests/races/lock-unrelated.c
  openmp/tools/archer/tests/races/parallel-simple.c
  openmp/tools/archer/tests/races/task-dependency.c
  openmp/tools/archer/tests/races/task-taskgroup-unrelated.c
  openmp/tools/archer/tests/races/task-taskwait-nested.c
  openmp/tools/archer/tests/races/task-two.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90473.305092.patch
Type: text/x-patch
Size: 13737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20201113/8c875a0a/attachment-0001.bin>


More information about the Openmp-commits mailing list