[PATCH] D91274: [WebAssembly] Ban all TLS on non-emscripten targets (even local-exec)
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 12 10:17:20 PST 2020
tlively requested changes to this revision.
tlively added a comment.
This revision now requires changes to proceed.
Thanks, Alex! I suspected that might be the case. Follow-up question: What kind of binary compatibility guarantees does Rust have when mixing compiler versions? Would it be a problem for example if we rewrote the TLS mechanism from scratch so that it worked differently in LLVM 12 than it does in LLVM 11?
Sam, I don't think we can land this change because it would prevent Rust from working with tip-of-tree LLVM.
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