[libc-commits] [PATCH] D135949: [libc] Add implementation of sigaltstack for linux.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Oct 18 15:04:49 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG67957368ae97: [libc] Add implementation of sigaltstack for linux. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135949/new/

https://reviews.llvm.org/D135949

Files:
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-macros/linux/signal-macros.h
  libc/include/llvm-libc-types/CMakeLists.txt
  libc/include/llvm-libc-types/stack_t.h
  libc/spec/posix.td
  libc/src/signal/CMakeLists.txt
  libc/src/signal/linux/CMakeLists.txt
  libc/src/signal/linux/sigaltstack.cpp
  libc/src/signal/sigaltstack.h
  libc/test/src/signal/CMakeLists.txt
  libc/test/src/signal/sigaltstack_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135949.468718.patch
Type: text/x-patch
Size: 11184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221018/273506bc/attachment.bin>


More information about the libc-commits mailing list