[libc-commits] [libc] [libc][arm] implement a basic setjmp/longjmp (PR #93220)
Peter Smith via libc-commits
libc-commits at lists.llvm.org
Tue May 28 03:25:49 PDT 2024
smithp35 wrote:
I know this is titled basic implementation, so these are likely some TODOs for a full implementation:
* Floating point/MVE registers. In all known implementations these are d0-d16.
* Accounting for security extensions like v8.1-m PACBTI, where the return address may be signed/authenticated, and BTI landing pads may be needed at certain points.
https://github.com/llvm/llvm-project/pull/93220
More information about the libc-commits
mailing list