[PATCH] D45340: [WebAssembly] Add support for user-defined custom sections

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 5 16:36:00 PDT 2018


sbc100 added inline comments.


================
Comment at: wasm/Writer.cpp:314
+    // blindly copied
+    if (Name == "linking" || Name == "name" || Name.startswith("reloc."))
+      continue;
----------------
ruiu wrote:
> Are you sure that these section names don't start with "."?
Yes.  These sections are all created explicitly with these names


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D45340





More information about the llvm-commits mailing list