llvm-project/openmp/runtime/test/ompt/synchronization
Stefan Pintilie a908829bf5 [OPENMP] Deal with additional store inserted by Clang under -fno-PIC for PowerPC.
Changing the default from -fPIC to -fno-PIC on PowerPC exposed an issue in
OpenMP for PowerPC.
The issue is reported here:
https://bugs.llvm.org/show_bug.cgi?id=40082

This is a fix for that issue.
Also removed the XFAIL from the two tests that were failing under -fno-PIC.

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

llvm-svn: 355229
2019-03-01 21:16:45 +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-02-21 08:50:49 +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-02-21 08:50:49 +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