[PATCH] D43940: [WebAssembly] Reorder reloc sections to come between symtab and name

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 2 09:40:37 PST 2018


sbc100 added inline comments.


================
Comment at: tools/yaml2obj/yaml2wasm.cpp:545
+  }
+
   return 0;
----------------
I thought we decided this didn't need to change?  i.e. we don't care about relative ordering of name vs reloc or linking sections.  At least this change relates to reloc vs linking sections, so I'm not sure why the name section moved too.   


Repository:
  rL LLVM

https://reviews.llvm.org/D43940





More information about the llvm-commits mailing list