This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [builtins] Provide a SEH specific __gcc_personality_seh0
ClosedPublic

Authored by mstorsjo on May 14 2021, 1:36 PM.

Details

Summary

This matches how __gxx_personality_seh0 is hooked up in libcxxabi.

Diff Detail

Event Timeline

mstorsjo created this revision.May 14 2021, 1:36 PM
mstorsjo requested review of this revision.May 14 2021, 1:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2021, 1:36 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
rnk accepted this revision.May 18 2021, 11:35 AM

lgtm

This revision is now accepted and ready to land.May 18 2021, 11:35 AM
MaskRay accepted this revision.May 18 2021, 1:07 PM
MaskRay added inline comments.
compiler-rt/lib/builtins/gcc_personality_v0.c
254

Note the clang-format suggestion.

This revision was landed with ongoing or failed builds.May 18 2021, 1:52 PM
This revision was automatically updated to reflect the committed changes.