[all-commits] [llvm/llvm-project] 9c67ae: [libunwind] [SEH] Set NonVolatileRegisters before ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Fri May 9 06:05:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c67ae861ccb0312fc680414a8441892d169d14a
https://github.com/llvm/llvm-project/commit/9c67ae861ccb0312fc680414a8441892d169d14a
Author: Martin Storsjö <martin at martin.st>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M libunwind/src/Unwind-seh.cpp
Log Message:
-----------
[libunwind] [SEH] Set NonVolatileRegisters before calling a personality function (#137951)
The CRT __C_specific_handler function uses this for restoring registers
before calling the filter function.
This fixes the libunwind/libcxxabi forced unwind testcases on ARM and
AArch64.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list