[PATCH] D115456: Implement on-demand TLS initialization for Microsoft CXX ABI

David Majnemer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 24 20:51:22 PST 2021


majnemer added inline comments.


================
Comment at: clang/lib/CodeGen/MicrosoftCXXABI.cpp:404
   bool usesThreadWrapperFunction(const VarDecl *VD) const override {
-    return false;
+    return true;
   }
----------------
Should this depend on the MSVC compatibility version?


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

https://reviews.llvm.org/D115456



More information about the cfe-commits mailing list