summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp
diff options
context:
space:
mode:
authorGor Nishanov <GorNishanov@gmail.com>2019-05-13 23:58:24 +0000
committerGor Nishanov <GorNishanov@gmail.com>2019-05-13 23:58:24 +0000
commitd64455cd431bce37d15acca4e2de2829180fe12c (patch)
tree3f53786cfee597906a8ef18796a3023c15e1b22c /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp
parent921f132a0f609154fa3a2c419b0119f7bf32ba96 (diff)
downloadbcm5719-llvm-d64455cd431bce37d15acca4e2de2829180fe12c.tar.gz
bcm5719-llvm-d64455cd431bce37d15acca4e2de2829180fe12c.zip
[coroutines] Fix spills of static array allocas
Summary: CoroFrame was not considering static array allocas, and was only ever reserving a single element in the coroutine frame. This meant that stores to the non-zero'th element would corrupt later frame data. Store static array allocas as field arrays in the coroutine frame. Added test. Committed by Gor Nishanov on behalf of ben-clayton Reviewers: GorNishanov, modocache Reviewed By: GorNishanov Subscribers: Orlando, capn, EricWF, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D61372 llvm-svn: 360636
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud