[libc-commits] [PATCH] D137147: [libc] Add x86_64 implementation of setjmp and longjmp.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Nov 1 00:51:45 PDT 2022
sivachandra created this revision.
sivachandra added reviewers: michaelrj, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137147
Files:
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/config/linux/x86_64/headers.txt
libc/include/CMakeLists.txt
libc/include/llvm-libc-types/CMakeLists.txt
libc/include/llvm-libc-types/jmp_buf.h
libc/include/setjmp.h.def
libc/spec/stdc.td
libc/src/CMakeLists.txt
libc/src/setjmp/CMakeLists.txt
libc/src/setjmp/longjmp.cpp
libc/src/setjmp/longjmp.h
libc/src/setjmp/setjmp.cpp
libc/src/setjmp/setjmp_impl.h
libc/test/src/CMakeLists.txt
libc/test/src/setjmp/CMakeLists.txt
libc/test/src/setjmp/setjmp_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137147.472223.patch
Type: text/x-patch
Size: 15098 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221101/7b254470/attachment.bin>
More information about the libc-commits
mailing list