Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [openmp] Disable archer if LIBOMP_OMPT_SUPPORT is off | Michał Górny | 2020-01-24 | 1 | -7/+9 |
| | | | | | | | | | | This fixed build failures due to missing ompt headers. See https://bugs.gentoo.org/700762. Differential Revision: https://reviews.llvm.org/D73249 (cherry picked from commit 3c545e4b7318c337bed43d5bc76aad040565f1ef) | ||||
* | [OpenMP] Add implementation and tests of Archer tool | protze@itc.rwth-aachen.de | 2019-11-18 | 1 | -0/+20 |
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 |