[PATCH] D77115: [WebAssembly] Emit .llvmcmd and .llvmbc as custom sections
Sam Clegg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 31 10:33:37 PDT 2020
sbc100 added a comment.
In D77115#1952536 <https://reviews.llvm.org/D77115#1952536>, @alexcrichton wrote:
> Seems reasonable to me! In my testing though if these existed as custom sections they'd still make their way to the final binary through LLD, so could LLD skip over these sectiosn by default?
I'll take a look at that.
Can you confirm that you tools are able to find and use the sections in the same way they do for ELF files?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77115/new/
https://reviews.llvm.org/D77115
More information about the cfe-commits
mailing list