[PATCH] D70515: [WebAssembly] Create a __stack_limit variable

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 16:43:45 PST 2019


sbc100 added a comment.

I think if you want it to be visible as a C symbol, with an address etc, then it would need to be data symbol.   It can be TLS for multi-threading I guess?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70515/new/

https://reviews.llvm.org/D70515





More information about the llvm-commits mailing list