[PATCH] D91274: [WebAssembly] Ban all TLS on non-emscripten targets (even local-exec)

Alex Crichton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 07:14:58 PST 2020


alexcrichton added a comment.

Thanks for the cc! By default rustc doesn't use TLS vars this should be fine. With the `atomics` feature enabled, however, it does use TLS but I imagine this doesn't affect that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91274



More information about the llvm-commits mailing list