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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits