Is anyone out there publishing Windows binaries which include the Clang tooling libs? I'm building a clang-tool on Windows and was wondering if there is any possibility to grab ready-built libraries to link with or if I have to build them myself.
There are some binaries here: http://llvm.org/builds/ but I think the libraries are statically linked.
Anyhow I recommend building the libraries yourself with Visual Studio in Debug mode.
Then you can debug into the libraries.
This is very, very helpful for debugging or just figuring out what’s going on.
Is anyone out there publishing Windows binaries which include the Clang
tooling libs? I'm building a clang-tool on Windows and was wondering if
there is any possibility to grab ready-built libraries to link with or
if I have to build them myself.
I built them myself following the instructions on the web site and had
no difficulties.