[Openmp-commits] [PATCH] D90752: [OpenMP][OMPT] Update the omp-tools header file to reflect 5.1 changes
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Nov 10 04:50:17 PST 2020
protze.joachim marked an inline comment as done.
protze.joachim added inline comments.
================
Comment at: openmp/runtime/test/ompt/synchronization/taskgroup.c:32
// Check if libomp supports the callbacks for this test.
- // CHECK-NOT: {{^}}0: Could not register callback 'ompt_callback_master'
// CHECK-NOT: {{^}}0: Could not register callback 'ompt_callback_task_create'
----------------
jdoerfert wrote:
> No replacement?
The test does not use the callback, so I removed the check rather than replacing it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90752/new/
https://reviews.llvm.org/D90752
More information about the Openmp-commits
mailing list