This is an archive of the discontinued LLVM Phabricator instance.

[VE] Change clang to support SjLj Lowering
ClosedPublic

Authored by kaz7 on Jan 5 2021, 3:20 AM.

Details

Summary

We supports SjLj exception handling in the backend, so changing
clang to allow lowering using SjLj exceptions. Update a regression
test also.

Diff Detail

Event Timeline

kaz7 requested review of this revision.Jan 5 2021, 3:20 AM
kaz7 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 5 2021, 3:20 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
simoll accepted this revision.Jan 5 2021, 4:50 AM
This revision is now accepted and ready to land.Jan 5 2021, 4:50 AM
simoll added a comment.Jan 5 2021, 4:51 AM

You might want to fix the typo in the title before committing this.

kaz7 retitled this revision from [VE] Change clang to support SjLj Loweirng to [VE] Change clang to support SjLj Lowering.Jan 5 2021, 5:17 AM

Thanks!

This revision was automatically updated to reflect the committed changes.