This is an archive of the discontinued LLVM Phabricator instance.

[OMPT] Fix return address handling in a few GOMP interface methods
ClosedPublic

Authored by sconvent on Dec 13 2017, 6:12 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

sconvent created this revision.Dec 13 2017, 6:12 AM
sconvent updated this revision to Diff 126753.Dec 13 2017, 6:24 AM

Include another return address handling fix

Hahnfeld accepted this revision.Dec 20 2017, 1:08 AM

LG but please describe which test cases are fixed by this change (and possibly why it is needed). If no test case has been failing before, this is a sign that we need a new one!

runtime/src/kmp_gsupport.cpp
1212 ↗(On Diff #126753)

Please add a comment why we need to do this again. I think that the return address is cleared at some point in the function calls above?

This revision is now accepted and ready to land.Dec 20 2017, 1:08 AM
This revision was automatically updated to reflect the committed changes.