[Openmp-commits] [PATCH] D48282: [OMPT] Interoperability testcase is expected to fail with icc

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jun 18 07:28:02 PDT 2018


protze.joachim added a comment.

The problem, which gets visible in this test case is the use of __builtin_frame_address(1), which is documented to be not safe.
Is there a better way to get the canonical frame address of the calling function? Also the address returned by __builtin_frame_address seems to be different from the canonical frame address. How can we get the requested address?


https://reviews.llvm.org/D48282





More information about the Openmp-commits mailing list