[PATCH] D43097: [WebAssembly] Allow for the creation of user-defined custom sections

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 10 08:31:47 PST 2018


ncw added a comment.

How do you expect the linker to handle these custom sections? We currently discard them. Will there be semantics for how to merge them, if there are name clashes, etc...?

I can't see a problem with the code and approach - don't wait on my review - but I'm just a bit hazy on the end-to-end story for bindings generators (which presumably will have to hook into things at the C level via a new attribute?)


Repository:
  rL LLVM

https://reviews.llvm.org/D43097





More information about the llvm-commits mailing list