[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:41:54 PST 2018


sbc100 added a comment.

Ok, I'm about to land this.  What do you think of my proposed description:

  [WebAssembly] MC: Resolve aliases when creating provisional table entries
      
  This change is useful for the upcoming addition of the symbol
  table (D41954) since in that world function aliases all share
  the same function index.
      
  This change does not effect lld because the wasm "table" in
  object file format is purely cosmetic and lld ignores its
  contents.


Repository:
  rL LLVM

https://reviews.llvm.org/D42095





More information about the llvm-commits mailing list