We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure if this is an actual issue, but e.g. msys2 has a patch to make clang use emulated tls instead of native tls (to match gcc), https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-llvm/0004-enable-emutls-for-mingw.patch. We had this patch for v16, 17 but dropped it in 18. I imagine this doesn't matter currently because we disable tls in libstdc++(#5761)
There is also a patch to link against pthread by default, https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-llvm/0101-link-pthread-with-mingw.patch, and one that sets it as a system lib (not sure what that does).
pthread
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Not sure if this is an actual issue, but e.g. msys2 has a patch to make clang use emulated tls instead of native tls (to match gcc), https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-llvm/0004-enable-emutls-for-mingw.patch. We had this patch for v16, 17 but dropped it in 18. I imagine this doesn't matter currently because we disable tls in libstdc++(#5761)
There is also a patch to link against
pthread
by default, https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-llvm/0101-link-pthread-with-mingw.patch, and one that sets it as a system lib (not sure what that does).The text was updated successfully, but these errors were encountered: