[OPENMP] Deal with additional store inserted by Clang under -fno-PIC for PowerPC.
authorStefan Pintilie <stefanp@ca.ibm.com>
Fri, 1 Mar 2019 21:16:45 +0000 (21:16 +0000)
committerStefan Pintilie <stefanp@ca.ibm.com>
Fri, 1 Mar 2019 21:16:45 +0000 (21:16 +0000)
commita908829bf5dca378233c1a4175e25f6acb217d15
tree50bc26ddca41944bf8af8119480d78563b58ae32
parent35f55d72f6f8895d64171a42ee0635ef8d76c61d
[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
openmp/runtime/test/lit.cfg
openmp/runtime/test/lit.site.cfg.in
openmp/runtime/test/ompt/callback.h
openmp/runtime/test/ompt/misc/control_tool.c
openmp/runtime/test/ompt/synchronization/taskwait.c