llvm-project/openmp/runtime/test/ompt/worksharing
Joachim Protze f8d22f9db8 [OMPT] Fix return address handling in a few GOMP interface methods
This revision fixes failing testcases with parallel for loops and the gomp
interface. The return address needs to be stored at entry to runtime.
The storage is cleared on usage, so we need to update the storage before
calling again internal functions, that will trigger event callbacks.

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

llvm-svn: 321265
2017-12-21 13:55:39 +00:00
..
for [OMPT] Fix return address handling in a few GOMP interface methods 2017-12-21 13:55:39 +00:00
sections.c [OMPT] Add annotations to testcases that are expected to fail when using certain compilers 2017-12-21 13:55:16 +00:00
single.c [OMPT] Fix inaccuracies in worksharing tests 2017-11-17 15:26:44 +00:00