[PATCH] D66122: [CodeGen] Emit dynamic initializers for static TLS vars in outlined scopes

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 12 19:08:04 PDT 2019


efriedma added a comment.

This might be a silly question, but what happens if the initializer for a thread-local variable refers to another thread-local variable?  Do you need to initialize both variables?  In what order?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66122





More information about the cfe-commits mailing list