[PATCH] D66122: [CodeGen] Emit dynamic initializers for static TLS vars in outlined scopes
Princeton Ferro via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 19 09:00:26 PDT 2019
Prince781 updated this revision to Diff 215912.
Prince781 added a comment.
I think this should order the initializers deterministically according to their var declaration order. Let me know if there's something I haven't considered.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66122/new/
https://reviews.llvm.org/D66122
Files:
clang/lib/CodeGen/CGExpr.cpp
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/test/CodeGenCXX/cxx11-thread-local.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66122.215912.patch
Type: text/x-patch
Size: 10464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190819/4259f510/attachment.bin>
More information about the cfe-commits
mailing list