This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Use _LIBCPP_VERBOSE_ABORT from __throw_bad_alloc
ClosedPublic

Authored by ldionne on Aug 8 2023, 3:11 PM.

Details

Summary

It seems like this one was forgotten and we were still using a raw
std::abort().

Diff Detail

Event Timeline

ldionne created this revision.Aug 8 2023, 3:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2023, 3:11 PM
ldionne requested review of this revision.Aug 8 2023, 3:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2023, 3:11 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.Aug 8 2023, 3:14 PM
This revision is now accepted and ready to land.Aug 8 2023, 3:14 PM
Mordante accepted this revision.Aug 9 2023, 9:52 AM
Mordante added a subscriber: Mordante.

LGTM! Did you check whether this is the only one forgotten?

LGTM! Did you check whether this is the only one forgotten?

I did, and it should be the last one.

This revision was landed with ongoing or failed builds.Aug 10 2023, 5:32 AM
This revision was automatically updated to reflect the committed changes.