[PATCH] D60637: [WebAssembly] Emit the DataCount section when bulk memory is enabled

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 14:46:53 PDT 2019


tlively marked an inline comment as done.
tlively added inline comments.


================
Comment at: lld/wasm/OutputSections.h:93
+  std::string Contents;
+};
+
----------------
sbc100 wrote:
> Can you not just use SyntheticSection directly?  It looks like thats what we do for most other sections.
Good call. Much simpler that way.


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