| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] Fix issue with sigjmp_buf.h not being found (#150439) When trying to use <setjmp.h>, it will try to include llvm-libc-types/sigjmp_buf.h due to the way that headergen works. This commit creates a dummy file, as the real implementation is found in llvm-libc-types/jmp_buf.h. | 1 年前 | |
| 1 年前 | ||
[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 <175728472+Copilot@users.noreply.github.com> | 1 年前 | |
[libc] fix architecture guarding for 32bit sigsetjmp (#164923) Fixes: https://github.com/llvm/llvm-project/issues/164653 Signed-off-by: Shreeyash Pandey <shreeyash335@gmail.com> | 9 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 9 个月前 |