[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 14:59:14 PDT 2022


sivachandra updated this revision to Diff 472417.
sivachandra marked 2 inline comments as done.
sivachandra added a comment.

Fix typos and improve the test.


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.472417.patch
Type: text/x-patch
Size: 15065 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221101/a920a628/attachment.bin>


More information about the libc-commits mailing list