[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 15:58:52 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3b82b4fbd50a: [libc] Add x86_64 implementation of setjmp and longjmp. (authored by sivachandra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137147/new/
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.472436.patch
Type: text/x-patch
Size: 15065 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221101/54b1ca0c/attachment-0001.bin>
More information about the libc-commits
mailing list