This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] [WinException] Remove a redundant explicit section switch for aarch64
ClosedPublic

Authored by mstorsjo on Sep 10 2020, 4:52 AM.

Details

Summary

The following EmitWinEHHandlerData() implicitly switches to .xdata, just like on x86_64.

This became orphaned from the original code requiring it in 0b61d220c9b1f0 / https://reviews.llvm.org/D61095.

Diff Detail