[PATCH] D92691: [WebAssembly] Add Object and ObjectWriter support for wasm COMDAT sections
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 7 09:27:17 PST 2020
sbc100 accepted this revision.
sbc100 added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/include/llvm/BinaryFormat/Wasm.h:333
+ // GLOBAL, EVENT, and TABLE are in here but LLVM doesn't use them yet.
+ WASM_COMDAT_SECTION = 0x5,
};
----------------
Can you upload a PR to tooling-conventions to add this ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92691/new/
https://reviews.llvm.org/D92691
More information about the llvm-commits
mailing list