[PATCH] D37886: [WebAssembly] Add support for naming wasm data segments

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 15:24:36 PDT 2017


dschuff added a comment.

So are we going to say that the mere existence of segment names tells the linker it should merge them as though they were separate data sections? (or, is there any other possible use?) Is there other potential per-MCSection metadata we'd want that would make this metadata end up more generic?


https://reviews.llvm.org/D37886





More information about the llvm-commits mailing list