summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/ompt/teams
Commit message (Collapse)AuthorAgeFilesLines
* [OpenMP] Fix broken build due to new OMPT testsHansang Bae2019-08-054-4/+4
| | | | | | | | | New OMPT tests with teams construct should be disabled for GCC as it emits code with a GOMP entry not supported in the LLVM runtime. Differential Revision: https://reviews.llvm.org/D65757 llvm-svn: 367939
* Add OMPT support for teams constructHansang Bae2019-08-034-0/+281
This change adds OMPT support for events from teams construct. Differential Revision: https://reviews.llvm.org/D64025 llvm-svn: 367746
OpenPOWER on IntegriCloud