[libc-commits] [libc] [libc][setjmp] fix setjmp test (PR #87837)

James Y Knight via libc-commits libc-commits at lists.llvm.org
Mon Apr 8 06:47:37 PDT 2024


jyknight wrote:

As I've said before, https://discourse.llvm.org/t/hand-written-in-assembly-in-libc-setjmp-longjmp/73249/13 the setjmp function cannot be implemented in C.

This change addresses ONE way in which things can go wrong by trying to have a C implementation, but does not address the underlying problem: it shouldn't be in C in the first place.

https://github.com/llvm/llvm-project/pull/87837


More information about the libc-commits mailing list