This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Properly log crashes with the assertion handler on older Androids
ClosedPublic

Authored by ldionne on Jul 28 2022, 7:26 AM.

Details

Summary

This reintroduces the same workaround we have in libc++abi for older
Androids based on https://reviews.llvm.org/D130507#inline-1255914.

Diff Detail

Event Timeline

ldionne created this revision.Jul 28 2022, 7:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2022, 7:26 AM
Herald added a subscriber: danielkiss. · View Herald Transcript
ldionne requested review of this revision.Jul 28 2022, 7:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2022, 7:26 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
thakis accepted this revision.Jul 28 2022, 7:42 AM

Thanks!

ldionne accepted this revision.Jul 28 2022, 7:47 AM

Will ship once CI is green. I'll cherry-pick onto release/15.x.

This revision is now accepted and ready to land.Jul 28 2022, 7:47 AM