[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
Tim Northover
t.p.northover at gmail.com
Fri Oct 31 17:33:54 PDT 2014
> I’m pretty sure that cmake has nothing that is close to the equivalent of
> what is in make/platform/clang_darwin.mk, for example.
That's not even really autotools from what I can tell, just really
hairy makefiles. As a stepping stone they could probably be invoked
directly from CMake (on platforms that have make).
A fully CMake based system would be much better longer term of course
(for speed if nothing else).
Cheers.
Tim.
More information about the llvm-dev
mailing list