[PATCH] D60637: [WebAssembly] Emit the DataCount section when bulk memory is enabled
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 15 12:40:56 PDT 2019
sbc100 added inline comments.
================
Comment at: lld/wasm/OutputSections.h:93
+ std::string Contents;
+};
+
----------------
Can you not just use SyntheticSection directly? It looks like thats what we do for most other sections.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60637/new/
https://reviews.llvm.org/D60637
More information about the llvm-commits
mailing list