Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OpenMP] Fix broken build due to new OMPT tests | Hansang Bae | 2019-08-05 | 4 | -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 construct | Hansang Bae | 2019-08-03 | 4 | -0/+281 |
This change adds OMPT support for events from teams construct. Differential Revision: https://reviews.llvm.org/D64025 llvm-svn: 367746 |