[PATCH] D64537: [WebAssembly] Implement thread-local storage (local-exec model)

Derek Schuff via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 12 16:58:54 PDT 2019


dschuff added a comment.

If there's any chance this TLS ABI could be useful for WASI (I don't know if there's been any WASI work on threads yet, but it seems like there's no reason it couldn't be), then we should start a doc in tool-conventions for it. If not then we should get it behind the emscripten OS in LLVM. (and document it anyway; either in tool-conventions or somewhere in the emscripten site).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64537





More information about the cfe-commits mailing list