[PATCH] D43675: [WebAssembly] Rename imported/exported memory symbol to __linear_memory
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 20 17:19:51 PDT 2018
sbc100 added a comment.
I've been persuaded I think that we should rename this, and let emscripten coerce it as it sees fit. However I think maybe we should have common scheme for all these synthetic/internal exports. How about: `__wasm_memory`, `__wasm_table`, `__wasm_data_start`, etc?
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D43675
More information about the llvm-commits
mailing list