diff options
author | Billy Laws <blaws05@gmail.com> | 2024-02-05 17:26:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 09:26:16 -0800 |
commit | 8f070144e3711ad0e5556eaebc72069c0d869342 (patch) | |
tree | b0ef5105aa79d6af1647ac8543e355ac1c714685 /lldb/source/Commands/CommandObjectScript.cpp | |
parent | 5e8626c920a8cffff4e286cd8521528cc80c0a3e (diff) | |
download | llvm-8f070144e3711ad0e5556eaebc72069c0d869342.zip llvm-8f070144e3711ad0e5556eaebc72069c0d869342.tar.gz llvm-8f070144e3711ad0e5556eaebc72069c0d869342.tar.bz2 |
[AArch64] Fix generated types for ARM64EC variadic entry thunk targets (#80595)
ISel handles filling in x4/x5 when calling variadic functions as they
don't correspond to the 5th/6th X64 arguments but rather to the end of
the shadow space on the stack and the size in bytes of all stack
parameters (ignored and written as 0 for calls from entry thunks).
Will PR a follow up with ISel handling after this is merged.
Diffstat (limited to 'lldb/source/Commands/CommandObjectScript.cpp')
0 files changed, 0 insertions, 0 deletions