Issue 152648
Summary [Feature request] Can clang-cl provide the necessary VCRuntime headers required by Windows SDK?
Labels new issue
Assignees
Reporter fithisux
    If clang-cl.exe is a drop-in replacement for cl.exe, shouldn't it provide vcruntime.h and friends? They are required by Windows SDK. You can't develop with clang-cl.exe without a VS installation.

I understand the rational that it is a drop-in replacement but if it provides lld-link and other utilities why not provide the necessary header files?

Windows SDK provides a C runtime. So in theory it could be used with clang-cl to build executables on Windows.

This way it can be used to compile from source

1. Odin
2. Firefox/Libreoffice
3. llvm-libc
4. ReactOS
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to