This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Enable emission of stack maps for non-Mach-O binaries on AArch64.
ClosedPublic

Authored by loicottet on Nov 11 2019, 1:48 AM.

Details

Summary

The emission of stack maps in AArch64 binaries has been disabled for all binary formats except Mach-O since rL206610, probably mistakenly, as far as I can tell. This patch reverts this to its intended state.

Diff Detail

Event Timeline

loicottet created this revision.Nov 11 2019, 1:48 AM
kristof.beyls accepted this revision.Dec 11 2019, 7:51 AM

LGTM.

I agree that the disabling of emission of stack maps in non-MachO AArch64 objects in rL206610 looks like an accidental mistake.

This revision is now accepted and ready to land.Dec 11 2019, 7:51 AM

I don't have commit access to the repository. Can someone merge this for me? Thanks!

This revision was automatically updated to reflect the committed changes.