[PATCH] D130053: [WebAssembly] Use `localexec` as default TLS model for non-Emscripten targets

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 09:13:05 PDT 2022


sunfish added a comment.

LGTM too. For testing, I think it would work to make a copy of llvm/test/CodeGen/WebAssembly/tls-local-exec.ll and change its `thread_local(localexec)`s to `thread_local`s.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130053



More information about the llvm-commits mailing list