[PATCH] D119630: [WebAssembly] Use GeneralDynamic TLS for exception handling builtins.

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 11:35:42 PST 2022


aheejin accepted this revision.
aheejin added a comment.
This revision is now accepted and ready to land.

> These global TLS symbols are shared across all shared libraries and cannot be assumed to be local to the currently module.

Is there any other libraries other than compiler-rt with which these variables are shared?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119630



More information about the llvm-commits mailing list