[PATCH] D42096: [WebAssembly] Symbol changes #3: Make LLD relocatable object files match Clang output. NFC.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 11:48:38 PST 2018


sbc100 added a comment.

I was imagining a more simple CL description.  Something like:

  [WebAssembly] Always start table index at 1, even for relocatable output"
  
  Previously llvm was using 0 as the first table index for wasm object files
  but now that has switched to 1 we can have the output of lld to the same
  and simply the code.

Happy to land make this change myself as I land it but i think its nice to have
the review match the commit.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42096





More information about the llvm-commits mailing list