authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-26 15:35:11+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-26 15:42:05+02:00
log814988647f3fd96219a1487bf036a8a6b618f3ba
tree0489272abc03c0c6d000cbed09bb8d7b4a7b38d9
parentaf4086662808d2df66df4ba1fa479bb9dc70ccbd
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

libcxxabi: unregress arm-freebsd and arm-openbsd build

https://github.com/llvm/llvm-project/issues/194232 Regression known for at least 2 months, but hey, just ship it anyway.

1 files changed, 4 insertions(+), 0 deletions(-)

lib/libcxxabi/src/cxa_personality.cpp+4
...@@ -1125,6 +1125,10 @@ __gxx_personality_seh0(PEXCEPTION_RECORD ms_exc, void *this_frame,...@@ -1125,6 +1125,10 @@ __gxx_personality_seh0(PEXCEPTION_RECORD ms_exc, void *this_frame,
11251125
1126#else1126#else
11271127
1128// zig patch: https://github.com/llvm/llvm-project/issues/194232
1129extern "C" _Unwind_Reason_Code __gnu_unwind_frame(_Unwind_Exception*,
1130 _Unwind_Context*);
1131
1128// Helper function to unwind one frame.1132// Helper function to unwind one frame.
1129// ARM EHABI 7.3 and 7.4: If the personality function returns _URC_CONTINUE_UNWIND, the1133// ARM EHABI 7.3 and 7.4: If the personality function returns _URC_CONTINUE_UNWIND, the
1130// personality routine should update the virtual register set (VRS) according to the1134// personality routine should update the virtual register set (VRS) according to the