diff options
author | Billy Laws <blaws05@gmail.com> | 2024-02-27 18:32:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 10:32:15 -0800 |
commit | abc693fb4051dfb3a49ba2dcdbc2d164c53f2a51 (patch) | |
tree | 289e131fdf061c975d748606ddd9a1e352070ae7 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 0ef66fcc858cc8abb978d83d48b3e7a8b23742c9 (diff) | |
download | llvm-abc693fb4051dfb3a49ba2dcdbc2d164c53f2a51.zip llvm-abc693fb4051dfb3a49ba2dcdbc2d164c53f2a51.tar.gz llvm-abc693fb4051dfb3a49ba2dcdbc2d164c53f2a51.tar.bz2 |
[AArch64] Skip over shadow space for ARM64EC entry thunk variadic calls (#80994)
When in an entry thunk the x64 SP is passed in x4 but this cannot be
directly passed through since x64 varargs calls have a 32 byte shadow
store at SP followed by the in-stack parameters. ARM64EC varargs calls
on the other hand expect x4 to point to the first in-stack parameter.
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions