Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OpenMP][Tool] archer tests require tsan | protze@itc.rwth-aachen.de | 2019-11-22 | 1 | -0/+1 |
| | | | | Testing for tsan capability in the test-compiler in follow-up review | ||||
* | [OpenMP] Add implementation and tests of Archer tool | protze@itc.rwth-aachen.de | 2019-11-18 | 1 | -0/+43 |
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 |