diff options
author | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2018-09-30 09:23:21 +0000 |
---|---|---|
committer | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2018-09-30 09:23:21 +0000 |
commit | 1bf767fb8e6066bd87560378c23185a412fb2538 (patch) | |
tree | d859ed828601dd79a3abfa13ce65f7446ab24722 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | 067235f227f541816af8aa777bdf1b214c22c77b (diff) | |
download | bcm5719-llvm-1bf767fb8e6066bd87560378c23185a412fb2538.tar.gz bcm5719-llvm-1bf767fb8e6066bd87560378c23185a412fb2538.zip |
[libomptarget-nvptx] Align data sharing stack
NVPTX requires addresses of pointer locations to be 8-byte aligned
or there will be an exception during runtime.
This could happen without this patch as shown in the added test:
getId() requires 4 byte of stack and putValueInParallel() uses 16
bytes to store the addresses of the captured variables.
Differential Revision: https://reviews.llvm.org/D52655
llvm-svn: 343402
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions