Skip to content

We don't have some patches in LLVMBootstrap that msys2 does #11049

New issue

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

Open
Zentrik opened this issue Apr 20, 2025 · 0 comments
Open

We don't have some patches in LLVMBootstrap that msys2 does #11049

Zentrik opened this issue Apr 20, 2025 · 0 comments

Comments

@Zentrik
Copy link
Contributor

Zentrik commented Apr 20, 2025

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant