[PATCH] D42237: [WebAssembly] Symbol changes #4b: export stack-pointer, LLD only

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 10:35:09 PST 2018


ncw added a comment.

It's not currently needed for the `--relocatable` case, since we don't create a stack-pointer symbol at all in that case (it's an import until the "final" link is done).


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42237





More information about the llvm-commits mailing list