[PATCH] D42233: [WebAssembly] Better support for WASM Object format
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 5 10:45:40 PDT 2018
sbc100 added a comment.
Sorry to flip flop on this but I think we are going in the direction of using custom sections for this kind of this (debug info, lto stuff, etc). Anything that doesn't need to be in the address space at runtime.
Hopefully this should simply this change.
https://reviews.llvm.org/D42233
More information about the llvm-commits
mailing list