[libc-commits] [libc] [libc][setjmp][x86] implement setjmp in terms of out of line asm (PR #88157)
Eli Friedman via libc-commits
libc-commits at lists.llvm.org
Tue Apr 9 13:50:25 PDT 2024
efriedma-quic wrote:
I don't have a strong preference on out-of-line vs. naked. I think naked is probably slightly easier to maintain for a few small functions; the current patch doesn't have all the scaffolding necessary to handle non-ELF targets.
https://github.com/llvm/llvm-project/pull/88157
More information about the libc-commits
mailing list