[PATCH] D42867: [WebAssembly] Add _edata and _end link-synthetic symbols

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 16:46:22 PST 2018


sunfish added a comment.

I mostly agree. `_end`/`__wasm_end` seem reasonable for now. My preference would be to wait on `_edata` and `__bss_start` until we know how those might be used.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42867





More information about the llvm-commits mailing list