This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Move relocation handling to InputChunks.cpp. NFC
ClosedPublic

Authored by sbc100 on Jan 9 2018, 5:00 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jan 9 2018, 5:00 PM
sbc100 retitled this revision from [WebAssembly] Move relocation handling InputChunks.cpp to [WebAssembly] Move relocation handling to InputChunks.cpp.Jan 9 2018, 5:01 PM
sbc100 added reviewers: ruiu, ncw.
sbc100 retitled this revision from [WebAssembly] Move relocation handling to InputChunks.cpp to [WebAssembly] Move relocation handling to InputChunks.cpp. NFC.
sbc100 updated this revision to Diff 129194.Jan 9 2018, 5:13 PM
  • more more reloc code
ncw accepted this revision.Jan 10 2018, 1:17 AM

Looks fine, it's just moving some code around (to a better place).

I've nearly finished with my patch for the 'aliased symbol index' problem, which will modify this same bit of code to tweak the relocation handling. That's not a problem, I'll try to open the review for it quickly so I'm not rebasing it for too long!

This revision is now accepted and ready to land.Jan 10 2018, 1:17 AM
This revision was automatically updated to reflect the committed changes.