[PATCH] D42285: [WebAssembly] Allow non-zero table offset in input object

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 01:04:43 PST 2018


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

We're creating work for ourselves a bit here... if #2 were landed before #3, then this change wouldn't be needed. The "significant" patches are #2 and #5, and the others are mainly just for neatness - by doing 3/4/6 first it needs more of these little bits of sticking plaster.

It's OK though, this patch doesn't do any harm if you prefer this order.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42285





More information about the llvm-commits mailing list