Hi,
Does LLVM/Clang now support development under MS Windows without having to rely on any extra external components, like SDKs, etc.?
Thanks,
~Mayuresh
Hi,
Does LLVM/Clang now support development under MS Windows without having to rely on any extra external components, like SDKs, etc.?
Thanks,
~Mayuresh
No, only the compiler (and linker with lld) is provided. You still
need an SDK to get all the headers, libraries, etc.
Cheers,
Hans