diff options
author | Arnold Schwaighofer <aschwaighofer@apple.com> | 2021-07-07 06:21:08 -0700 |
---|---|---|
committer | Arnold Schwaighofer <aschwaighofer@apple.com> | 2021-07-07 08:06:25 -0700 |
commit | 2937f8d14840f54bb10daf71c7af236f4d897884 (patch) | |
tree | 530c98d89c01cebc3920fea2d47b14890526306e /lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp | |
parent | 366805ea175e12d98903e35854c9898964fecde2 (diff) | |
download | llvm-2937f8d14840f54bb10daf71c7af236f4d897884.zip llvm-2937f8d14840f54bb10daf71c7af236f4d897884.tar.gz llvm-2937f8d14840f54bb10daf71c7af236f4d897884.tar.bz2 |
[coro async] Cap the alignment of spilled values (vs. allocas) at the max frame alignment
Before this patch we would normally use the ABI alignment which can be
to high for the context alginment.
For spilled values we don't need ABI alignment, since the frame entry's
address is not escaped.
rdar://79664965
Differential Revision: https://reviews.llvm.org/D105288
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp')
0 files changed, 0 insertions, 0 deletions