This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Migrate to new MCAsmBackend applyFixup and processFixupValue
ClosedPublic

Authored by xiangzhai on Jun 23 2017, 1:53 AM.

Details

Summary

Dear Rafael,

rL305968 applyFixup Data's type was changed to MutableArrayRef<char> so I simply migrated for AVR target, please review my patch, thanks a lot!

Regards,
Leslie Zhai

Diff Detail

Repository
rL LLVM

Event Timeline

xiangzhai created this revision.Jun 23 2017, 1:53 AM
xiangzhai updated this revision to Diff 103706.Jun 23 2017, 2:44 AM

Removed useless DataSize.

meadori accepted this revision.Jun 23 2017, 9:31 AM
meadori added a subscriber: meadori.

LGTM.

This revision is now accepted and ready to land.Jun 23 2017, 9:31 AM
xiangzhai updated this revision to Diff 103890.Jun 26 2017, 1:07 AM
xiangzhai retitled this revision from [AVR] Migrate to new MCAsmBackend applyFixup Use a MutableArrayRef to [AVR] Migrate to new MCAsmBackend applyFixup and processFixupValue.

rebase for rL306177 and rL306202 please review it, thanks a lot!

xiangzhai requested review of this revision.Jun 26 2017, 1:27 AM
xiangzhai edited edge metadata.
This revision was automatically updated to reflect the committed changes.