[OpenMP][OMPT] Update OMPT tests for newly added GOMP interface patches
authorJoachim Protze <protze@itc.rwth-aachen.de>
Wed, 30 Sep 2020 22:53:41 +0000 (00:53 +0200)
committerJoachim Protze <protze@itc.rwth-aachen.de>
Wed, 30 Sep 2020 22:53:41 +0000 (00:53 +0200)
commit6104b30446aa976006fd322af4a57a8f0124f94f
tree3d1c5c772fd580ec4fe79df8f9e4255209a2c579
parent55cff5b288650f0ce814c3c85041852bbed554b8
[OpenMP][OMPT] Update OMPT tests for newly added GOMP interface patches

This patch updates the expected results for the GOMP interface patches: D87267, D87269, and D87271.
The taskwait-depend test is changed to really use taskwait-depend and copied to an task_if0-depend test.

To pass the tests, the handling of the return address was fixed.

Differential Revision: https://reviews.llvm.org/D87680
openmp/runtime/src/kmp_gsupport.cpp
openmp/runtime/src/kmp_taskdeps.cpp
openmp/runtime/src/ompt-specific.h
openmp/runtime/test/ompt/tasks/dependences_mutexinoutset.c
openmp/runtime/test/ompt/tasks/task_if0-depend.c [new file with mode: 0644]
openmp/runtime/test/ompt/tasks/taskwait-depend.c