[PATCH] D43264: [WebAssembly] Add explicit symbol table

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 14:43:12 PST 2018


sbc100 added a comment.

It also didn't feel right to have InputGlobal to inherit from InputChunk.  For me the Chunks are really for the non-synthetic sections.  That is the ones construct using memory copied from the input files + relocations.

I think of the global section as being a sythentic section (indeed it is right now).  So I guess I agree with ruiu here.   But don't work.. we will get this thing landed soon one way or another :)


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D43264





More information about the llvm-commits mailing list