This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add implementation of sigaltstack for linux.
ClosedPublic

Authored by sivachandra on Oct 14 2022, 12:55 AM.

Diff Detail

Event Timeline

sivachandra created this revision.Oct 14 2022, 12:55 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 14 2022, 12:55 AM
sivachandra requested review of this revision.Oct 14 2022, 12:55 AM

Add few more comments.

lntue added inline comments.Oct 14 2022, 10:44 AM
libc/include/llvm-libc-macros/linux/signal-macros.h
82

__aarch64__

michaelrj accepted this revision.Oct 18 2022, 2:49 PM

Approved after one fix

libc/spec/posix.td
64

this seems like it'd just be a const stack_t, and not a const restrict *stack_t.

This revision is now accepted and ready to land.Oct 18 2022, 2:49 PM

Fix a mistake in a spec file.

This revision was landed with ongoing or failed builds.Oct 18 2022, 3:04 PM
This revision was automatically updated to reflect the committed changes.