[PATCH] D64900: [WebAssembly] Implement __builtin_wasm_tls_base intrinsic

Guanzhong Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 18 10:32:45 PDT 2019


quantum added a comment.

In D64900#1590715 <https://reviews.llvm.org/D64900#1590715>, @aheejin wrote:

> What does this return when `__wasm_init_tls` has not been called?


It returns `0`, which I think is fine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64900





More information about the cfe-commits mailing list