Hi,
Does Clang runs on windows or windows shell?
JoseB
Hi,
Does Clang runs on windows or windows shell?
JoseB
It should be possible to build LLVM and clang with any of Visual
Studio, MinGW, or Cygwin; none of the active clang developers build
regularly on Windows, though, so there are sometimes minor issues.
As for actually using clang driver to build binaries on Windows, it
should be possible with MinGW or Cygwin barring bugs. I don't know of
anyone who has actually tried it, though.
-Eli
As for actually using clang driver to build binaries on Windows, it
should be possible with MinGW or Cygwin barring bugs. I don't know of
anyone who has actually tried it, though.
mingw build was ok some (say 1-2-3) weeks ago