[Openmp-commits] [PATCH] D41817: [OMPT] Enable OMPT on 32-bit ARM machines and fix type mismatch in omp_control_tool implementation that makes it run incorrectly on 32-bit machines

Paul Osmialowski via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 9 05:00:20 PST 2018


pawosm01 added a comment.

Found that `__builtin_frame_address(1)` gives wrong answer in `__kmp_api_GOMP_parallel` (a.k.a `KMP_API_NAME_GOMP_PARALLEL` as in kmp_gsupport.cpp). Then I've found out that this won't work with gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60109
Status: 	RESOLVED WONTFIX 
We can mark it UNSUPPORTED on arm32/gcc


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D41817





More information about the Openmp-commits mailing list