diff options
author | mconst <mconst@gmail.com> | 2025-01-21 23:14:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-22 15:14:15 +0800 |
commit | a88f31d7fe1aa71d2d59974b961e649c288b8dc7 (patch) | |
tree | a8130c077369c8cf30ba750ea955ab75f16e97fc /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | |
parent | ebb27ccb08e0579825a53b218ff5b2ddc492626a (diff) | |
download | llvm-a88f31d7fe1aa71d2d59974b961e649c288b8dc7.zip llvm-a88f31d7fe1aa71d2d59974b961e649c288b8dc7.tar.gz llvm-a88f31d7fe1aa71d2d59974b961e649c288b8dc7.tar.bz2 |
[X86] Fix overflow with large stack probes on x86-64 (#113219)
When emitting an inline stack probe loop, we can't use SUBri to
calculate the loop bound if it doesn't fit in a 32-bit (possibly
sign-extended) immediate.
Fixes #113218.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h')
0 files changed, 0 insertions, 0 deletions