summaryrefslogtreecommitdiffstats
path: root/openmp/tools/archer/tests/races/task-dependency.c
Commit message (Collapse)AuthorAgeFilesLines
* [OpenMP][Tool] Make tests for archer dependent on TSanJoachim Protze2020-01-131-3/+1
| | | | | | | | | | | | | If the openmp project is built standalone, the test compiler is feature tested for an available -fsanitize=thread flag. If the openmp project is built as part of llvm, the target tsan is needed to test archer. An additional line (requires tsan) was introduced to the tests, this patch updates the line numbers for the race. Follow-up for 77ad98c Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D71914
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-071-1/+1
| | | | | | | | | | | | Reviewers: jdoerfert, Jim Reviewed By: Jim Subscribers: Jim, mgorny, guansong, jfb, openmp-commits Tags: #openmp Differential Revision: https://reviews.llvm.org/D72285
* [OpenMP][Tool] archer tests require tsanprotze@itc.rwth-aachen.de2019-11-221-0/+1
| | | | Testing for tsan capability in the test-compiler in follow-up review
* [OpenMP] Add implementation and tests of Archer toolprotze@itc.rwth-aachen.de2019-11-181-0/+61
The tool provides TSAN annotations for OpenMP synchronization. The tool is activated if no other OMPT tool is loaded. The tool detects whether the application was built with TSan and rejects activation according to the OMPT protocol if there is no TSan-rt. Differential Revision: https://reviews.llvm.org/D45890
OpenPOWER on IntegriCloud