Currently I have tested my tool with clang-llvm installed on the machine I'm developing it on. All I have to do is go into build/bin
to run my tool.
However, I now want to try running this tool on another machine. What should I be doing here to run the tool I develop?
Do I have to setup the entire clang-llvm environment too? That's very time consuming and the entire folder is about 22+ GB in size..
The tool I'm creating is running RecursiveASTVisitor (same environment as the link below) http://clang.llvm.org/docs/LibASTMatchersTutorial.html