Skip to content

libcxx support for Visual Studio #120

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
void2012 opened this issue Jan 19, 2025 · 2 comments
Open

libcxx support for Visual Studio #120

void2012 opened this issue Jan 19, 2025 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@void2012
Copy link

Hello! Libc++ have support for clang-cl, even for the MSVC driver. Could you please add support for libc++ as a replacement for MSVC STL?

I request that because libc++ in combination with pthread thread model (implemented with NT4 syscalls in winpthreads) can support a wide range of ancient versions of windows, see https://github.com/enlyze/EnlyzeWinCompatLib

It could be great to have an option to switch to libc++ natively in Visual Studio IDE. Thanks!

@gmh5225 gmh5225 added the help wanted Extra attention is needed label Jan 21, 2025
@gmh5225
Copy link
Collaborator

gmh5225 commented Jan 21, 2025

I'm sorry, but this issue may require you to explore it on your own or wait for someone/AI agents else to solve it.
Firstly, this issue is not actually that complicated; you need to link to libc++ yourself instead of using MSVC's CRT.
Secondly, i am no longer working in the Windows-related industry. 🙏

@je5442804
Copy link

😢😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants