Getting Clang++ to work

closed account (EwCjE3v7)
Does anyone know how I can get Clang to work on Windows, I have it on Linux and it worked great.
If you are already have Visual Studio (rather than, say, MinGW) you can simply download the source for LLVM and follow the instructions at http://clang.llvm.org/get_started.html to compile it. Clang 3.4.1 also has a pre-built release for Windows, get it from http://llvm.org/releases/download.html - note that there doesn't seem to be one for 3.4.2 yet, though.
closed account (EwCjE3v7)
Got it working, just wondering can I have G++ and LLVM in the PATH?
Last edited on
No idea, never tried it myself - I don't have either in the PATH. Easiest way to check: try it, see if it works, if it doesn't then fix it.
Topic archived. No new replies allowed.