[all-commits] [llvm/llvm-project] c04fba: [libunwind][PAC] Defang ptrauth's PC in valid CFI ...
Oliver Hunt via All-commits
all-commits at lists.llvm.org
Tue Mar 10 22:00:10 PDT 2026
Branch: refs/heads/users/ojhunt/defang-ptrauth-cfi-bounds-check
Home: https://github.com/llvm/llvm-project
Commit: c04fbad27e815cba1d3c29c4fc186583f277bec0
https://github.com/llvm/llvm-project/commit/c04fbad27e815cba1d3c29c4fc186583f277bec0
Author: Oliver Hunt <oliver at apple.com>
Date: 2026-03-10 (Tue, 10 Mar 2026)
Changed paths:
M libunwind/src/libunwind.cpp
A libunwind/test/cfi_violating_handler.pass.cpp
Log Message:
-----------
[libunwind][PAC] Defang ptrauth's PC in valid CFI range abort
It turns out making the CFI check a release mode abort causes many,
if not the majority, of JITs to fail during unwinding as they do not
set up CFI sections for their generated code. As a result any JITs
that do nominally support unwinding (and catching) through their JIT
or assembly frames trip this abort.
rdar://170862047
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