The bump of default _MSC_VER which occurred in r315107 has caused
the '__declspec(thread)' TLSKind to change from STATIC to DYNAMIC.
Update the clang python binding tests accordingly. Test both for
behavior with old and new -fms-compatibility-version.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thanks for posting this on Phabricator, I had sent it to the mailing list last month.
Comment Actions
@frutiger, do you maybe happen to have fixes for the two other test failures? Maybe I'm tracking them down unnecessarily ;-).
Comment Actions
I will commit this shortly.
@mgorny I have a fix for the unique_external issue here: https://reviews.llvm.org/D39161
Comment Actions
I see that you haven't more luck than I did finding a better solution. How about the code completion failure? I suppose I still have to figure that one out on my own ;-).
I can commit this one myself, I have it ready for commit already.