This might not be the right place to ask this question, but I could not find an answer anywhere else.
I want to create a static-analyzer with the libTooling library, outside of the llvm source tree. On the official llvm site, I only found prebuilt binaries for the clang compiler, but nothing about the other tools.
I am aware that I can just compile myself with the RTTI=ON flag but with the low-end computer I have, it would take more than 5 hours and I also don't want a copy of the llvm source on my computer.
Thank you in advance.