[PATCH] D41891: [WebAssembly] Move relocation handling to InputChunks.cpp. NFC

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 01:17:40 PST 2018


ncw accepted this revision.
ncw added a comment.
This revision is now accepted and ready to land.

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!


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41891





More information about the llvm-commits mailing list