llvm-project/openmp/runtime/test/ompt/synchronization
Joachim Protze 4109d5606e [OpenMP][OMPT] Fix locking testcases for 32 bit architectures
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 compilers do not agree on how to extend a 32-bit pointer to uint64, so
make the pointer unsigned first, before adjusting the size.

Patch by Joachim Protze

Differential Revision: https://reviews.llvm.org/D58506

llvm-svn: 361158
2019-05-20 14:21:42 +00:00
..
barrier [OpenMP][OMPT] Distinguish different barrier kinds 2019-02-28 20:55:39 +00:00
critical.c
flush.c [OMPT] Fix inconsistent testcases 2018-02-28 09:28:51 +00:00
lock.c [OpenMP][OMPT] Fix locking testcases for 32 bit architectures 2019-05-20 14:21:42 +00:00
master.c [OMPT] Fix inconsistent testcases 2018-02-28 09:28:51 +00:00
nest_lock.c [OpenMP][OMPT] Fix locking testcases for 32 bit architectures 2019-05-20 14:21:42 +00:00
ordered.c
taskgroup.c
taskwait.c [OPENMP] Deal with additional store inserted by Clang under -fno-PIC for PowerPC. 2019-03-01 21:16:45 +00:00
test_lock.c [OMPT] Use fuzzy return addresses in lock testcases 2018-01-26 14:19:02 +00:00
test_nest_lock.c
test_nest_lock_parallel.c [OMPT] Use fuzzy return addresses in lock testcases 2018-01-26 14:19:02 +00:00