This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Fix data reoder for aarch64
ClosedPublic

Authored by yota9 on Feb 15 2023, 5:20 AM.

Details

Summary

Use proper relocation for aarch64

Diff Detail

Event Timeline

yota9 created this revision.Feb 15 2023, 5:20 AM
yota9 requested review of this revision.Feb 15 2023, 5:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 15 2023, 5:20 AM
rafauler accepted this revision.Feb 17 2023, 11:30 AM

Be aware that data reorder is experimental and haven't been tested in a while.

This revision is now accepted and ready to land.Feb 17 2023, 11:30 AM

@rafaelauler Yes, I know about that. I don't really use it (although I think we can give it a try), but it seems to be working fine, the test in the RW segment patch shows it :)

This revision was automatically updated to reflect the committed changes.