[PATCH] D42095: [WebAssembly] Output provisional table to match LLD relocatable output

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 10:56:37 PST 2018


sbc100 added a comment.

In https://reviews.llvm.org/D42095#993639, @dschuff wrote:

> In https://reviews.llvm.org/D42095#993612, @sbc100 wrote:
>
> > This change does not effect lld because the wasm "table" in
> >  object file format is purely cosmetic and lld ignores its
> >  contents.
> >
> >  
>
>
> Is "cosmetic" the right term? Is it really to ensure that the object file still validates?


I can reword.  The key is that lld basically ignores it.


Repository:
  rL LLVM

https://reviews.llvm.org/D42095





More information about the llvm-commits mailing list