[PATCH] D67429: Improve code generation for thread_local variables:
Warren Ristow via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 8 11:02:41 PST 2020
wristow added a comment.
This commit appears to be the root cause of a run-time crash related to the interaction of global initializers and the wrapper functions to access `thread_local` variables -- reported as PR48030 <https://bugs.llvm.org/show_bug.cgi?id=48030>.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67429/new/
https://reviews.llvm.org/D67429
More information about the cfe-commits
mailing list