[libc][NFC] add remarks to the setjmp implementation (#137066)
We use naked functions to avoid compiler-generated prologue and
epilogue.
Despite GCC documentation listing this as an unsupported case for
extended asm, the generated code is not wrong as we only pass in
constant operands to extended asm.
See https://github.com/llvm/llvm-project/issues/137055 for related
remarks.
---------
Co-authored-by: Copilot <[email protected]>
NOKEYCHECK=True
GitOrigin-RevId: 80233751f9f3c9c8c5b1d66cd93399615f4d3ba2
1 file changed