[LLVMdev] migrating from autoconf to cmake+ninja

Dan Liew dan at su-root.co.uk
Thu Sep 4 06:10:48 PDT 2014


> It worked and "ninja install" put the stuff in the right target directory but
> clang-analyzer is not there. Does anybody know why that happened
> with a Cmake build?

I've never used the clang-analyzer but I presume you're talking about
the stuff in ``tools/scan-view`` and ``tools/scan-build``? There's no
CMakeLists.txt files in those directories and I can't find any
CMakeLists.txt files that reference those directories. The
Autoconf/Makefile build system doesn't seem to touch them either so
maybe I'm looking at the wrong thing.



More information about the llvm-dev mailing list