summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
diff options
context:
space:
mode:
authorSamuel Antao <sfantao@us.ibm.com>2016-06-16 15:09:31 +0000
committerSamuel Antao <sfantao@us.ibm.com>2016-06-16 15:09:31 +0000
commit49516179808549288e6426b7f2f7e1db343062b4 (patch)
treefd6cef08e3d34b7aeb8f3c5068d30bd617969c49 /lldb/packages/Python/lldbsuite/test/lang/cpp
parent43ed08efa30a9626bcddabad4bf78239c48d7f5d (diff)
downloadbcm5719-llvm-49516179808549288e6426b7f2f7e1db343062b4.tar.gz
bcm5719-llvm-49516179808549288e6426b7f2f7e1db343062b4.zip
[OpenMP] Cast captures by copy when passed to fork call so that they are compatible to what the runtime library expects.
Summary: This patch fixes an issue detected when firstprivate variables are passed to an OpenMP outlined function vararg list. Currently they are not compatible with what the runtime library expects causing malfunction in some targets. This patch fixes the issue by moving the casting logic already in place for offloading to the common code that creates the outline function and arguments and updates the regression tests accordingly. Reviewers: hfinkel, arpith-jacob, carlo.bertolli, kkwli0, ABataev Subscribers: cfe-commits, caomhin Differential Revision: http://reviews.llvm.org/D21150 llvm-svn: 272900
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud