[Openmp-commits] [PATCH] D41817: [OMPT] Enable OMPT on 32-bit ARM machines
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 10 00:17:00 PST 2018
Hahnfeld requested changes to this revision.
Hahnfeld added a comment.
This revision now requires changes to proceed.
In https://reviews.llvm.org/D41817#971934, @pawosm01 wrote:
> > Does a Clang built runtime work for GCC? In particular, do all tests pass when building with Clang but adding `-DOPENMP_TEST_C_COMPILER=gcc -DOPENMP_TEST_CXX_COMPILER=g++`?
>
> No, Clang built runtime doesn't work for GCC:
>
> ********************
> Failing Tests (13):
> libomp :: ompt/parallel/dynamic_enough_threads.c
> libomp :: ompt/parallel/dynamic_not_enough_threads.c
> libomp :: ompt/parallel/no_thread_num_clause.c
> libomp :: ompt/parallel/normal.c
> libomp :: ompt/parallel/not_enough_threads.c
> libomp :: ompt/synchronization/lock.c
> libomp :: ompt/synchronization/nest_lock.c
> libomp :: ompt/synchronization/test_lock.c
> libomp :: ompt/tasks/task_in_joinbarrier.c
> libomp :: ompt/tasks/untied_task.c
> libomp :: ompt/worksharing/for/dynamic.c
> libomp :: ompt/worksharing/for/guided.c
> libomp :: ompt/worksharing/for/runtime.c
>
Quote from TR6:
> In cases where attribution to source code is impossible or inappropriate, `codeptr_ra` may be `NULL`.
Repository:
rOMP OpenMP
https://reviews.llvm.org/D41817
More information about the Openmp-commits
mailing list