[Openmp-commits] [PATCH] D58506: [OpenMP][OMPT] Fix locking testcases for 32 bit architectures (2)

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 21 06:42:33 PST 2019


protze.joachim created this revision.
protze.joachim added reviewers: hbae, mgorny.
protze.joachim added a project: OpenMP.
Herald added subscribers: jdoerfert, jfb, guansong.

https://reviews.llvm.org/D58454 did not fix the problem for a typical use case of building LLVM with gcc or icc and then testing with the newly built clang compiler.
The compiler do not agree on how to extend a 32-bit pointer to uint64, so make the pointer unsigned first, before adjusting the size.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D58506

Files:
  runtime/src/kmp_atomic.h
  runtime/src/kmp_csupport.cpp
  runtime/src/ompt-specific.cpp
  runtime/test/ompt/synchronization/lock.c
  runtime/test/ompt/synchronization/nest_lock.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58506.187782.patch
Type: text/x-patch
Size: 21403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190221/d6d3290f/attachment-0001.bin>


More information about the Openmp-commits mailing list