Hello everyone,
I was hacking on clang to build a source code translation tool which only
depends on a few LLVM libraries. Is there a way to build clang outside llvm
on Mac OS? So i can build clang much quicker than build it within LLVM. Any
suggestions is appreciated.
Did you try CMake? It should be possible.
...Takumi