This is an archive of the discontinued LLVM Phabricator instance.

[LIBC] Add some missing [[noreturn]] attributes
ClosedPublic

Authored by goldstein.w.n on May 22 2023, 12:43 PM.

Details

Summary

Missing in header for pthread_exit and exit.

Missing in spec file for pthread_exit.

Diff Detail

Event Timeline

goldstein.w.n created this revision.May 22 2023, 12:43 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 22 2023, 12:43 PM
goldstein.w.n requested review of this revision.May 22 2023, 12:43 PM
sivachandra accepted this revision.May 22 2023, 12:49 PM

OK if it does not break anything.

This revision is now accepted and ready to land.May 22 2023, 12:49 PM

OK if it does not break anything.

ninja && ninja check-libc && ninja libc-integration-tests
is all green. Missing any tests?

OK if it does not break anything.

ninja && ninja check-libc && ninja libc-integration-tests
is all green. Missing any tests?

Good to go.

This revision was automatically updated to reflect the committed changes.