[Openmp-commits] [PATCH] D24502: [OMPT] fix task frame information for gomp interface

Joachim Protze via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 13 05:51:25 PDT 2016


protze.joachim created this revision.
protze.joachim added reviewers: Hahnfeld, jlpeyton.
protze.joachim added subscribers: openmp-commits, jmellorcrummey.

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.

https://reviews.llvm.org/D24502

Files:
  runtime/src/kmp_csupport.c
  runtime/src/kmp_gsupport.c
  runtime/src/kmp_runtime.c
  runtime/test/ompt/parallel/nested.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24502.71150.patch
Type: text/x-patch
Size: 12904 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20160913/d075548b/attachment.bin>


More information about the Openmp-commits mailing list