This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] [MinGW] Allow enabling SEH exceptions
ClosedPublic

Authored by mstorsjo on Dec 16 2018, 2:18 PM.

Details

Summary

The default for mingw/aarch64 still is dwarf, but SEH exceptions can now be enabled optionally for the MinGW target.

Once things have settled and this works fine in practice, the default can be switched from dwarf to SEH. Or is this unnecessary churn and we should just keep off this until the default can be changed?

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Dec 16 2018, 2:18 PM
rnk added a comment.Dec 17 2018, 5:22 PM

lgtm I think it's worth making this work incrementally like this.

rnk accepted this revision.Dec 17 2018, 5:23 PM
This revision is now accepted and ready to land.Dec 17 2018, 5:23 PM
This revision was automatically updated to reflect the committed changes.