[PATCH] D43675: [WebAssembly] Rename imported/exported memory symbol to __linear_memory

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 21 08:54:26 PDT 2018


dschuff added a comment.

I like the idea of a consistent naming scheme with double-underscores for all of those special symbols. I also don't see any reason emscripten shouldn't use those names too. If it's easier, we could just prepare both an emscripten and an LLVM change and land them more-or-less at the same time and avoid a 3-stage process.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D43675





More information about the llvm-commits mailing list