This is an archive of the discontinued LLVM Phabricator instance.

Generate .eh_frame contents for nounwind function with landingpads
AbandonedPublic

Authored by lliu0 on Mar 1 2018, 6:41 PM.

Details

Reviewers
None
Summary

Nounwind function should have .eh_frame contents to catch exceptions thrown in the function itself. We should generate it if the function has landingpads even if it is declared with nounwind.

Diff Detail

Repository
rL LLVM

Event Timeline

lliu0 created this revision.Mar 1 2018, 6:41 PM
lliu0 added a reviewer: asl.Mar 1 2018, 6:45 PM
lliu0 added a subscriber: asl.Mar 25 2018, 7:02 PM

Ping.

Could anyone help review this please?

Thanks,
Lei

lliu0 abandoned this revision.Aug 1 2018, 4:35 PM
lliu0 removed reviewers: asl, dblaikie, probinson.