[OMPT] fix task frame information for gomp interface
authorJonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
Wed, 14 Sep 2016 13:59:39 +0000 (13:59 +0000)
committerJonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
Wed, 14 Sep 2016 13:59:39 +0000 (13:59 +0000)
commit848d69069780e3483c4e266b8b97823f2f01ae78
tree79680940c1e9b42ae5f5df7a1f331cfff04743fe
parentdd9a05d5d87377d7bdc22c097bca3a239a1da52e
[OMPT] fix task frame information for gomp interface

Previous differencials D23305-D23310 changed task frame information management only for the kmp interface, but not for the whole gomp interface. This broke some testcases when building with gcc.
This patch fixes the broken task frame information for the gomp interface.

Patch by Joachim Protze!

Differential Revision: https://reviews.llvm.org/D24502

llvm-svn: 281468
openmp/runtime/src/kmp_csupport.c
openmp/runtime/src/kmp_gsupport.c
openmp/runtime/src/kmp_runtime.c
openmp/runtime/test/ompt/parallel/nested.c