[lldb] Reduce the stack alignment requirements for the Windows x86_64 ABI
authorMartin Storsjö <martin@martin.st>
Fri, 8 Jul 2022 21:36:16 +0000 (00:36 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 11 Jul 2022 20:41:35 +0000 (23:41 +0300)
commit66cdd6548ac51f2039b9f0bc10ec03f387b210c4
treea3e501e8bb1ef4c6b9e21e6671d1433400dcd7c0
parent2bd8e74b94119b478ba36db336035234a9b834e6
[lldb] Reduce the stack alignment requirements for the Windows x86_64 ABI

This fixes https://github.com/llvm/llvm-project/issues/56095.

Differential Revision: https://reviews.llvm.org/D129455
lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h
lldb/test/Shell/Unwind/Inputs/windows-unaligned-x86_64-asm.s [new file with mode: 0644]
lldb/test/Shell/Unwind/Inputs/windows-unaligned-x86_64.cpp [new file with mode: 0644]
lldb/test/Shell/Unwind/windows-unaligned-x86_64.test [new file with mode: 0644]