This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Make __libcpp_verbose_abort [[noreturn]]
ClosedPublic

Authored by ldionne on Aug 8 2022, 8:55 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGf5738c51452f: [libc++] Make __libcpp_verbose_abort [[noreturn]]
Summary

This will allow using it in functions that are [[noreturn]] themselves.

Diff Detail

Event Timeline

ldionne created this revision.Aug 8 2022, 8:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2022, 8:55 AM
ldionne requested review of this revision.Aug 8 2022, 8:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2022, 8:55 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne updated this revision to Diff 451215.Aug 9 2022, 11:01 AM

Make backdeployment implementation [[noreturn]]

ldionne accepted this revision.Aug 10 2022, 7:37 AM
This revision is now accepted and ready to land.Aug 10 2022, 7:37 AM
This revision was automatically updated to reflect the committed changes.