[LLVMdev] RFC: Timeline for deprecating the autoconf build system?

Csaba Raduly rcsaba at gmail.com
Tue Nov 18 00:50:42 PST 2014


On Sat, Nov 1, 2014 at 1:33 AM, Tim Northover  wrote:
>> 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).

Given the kind of makefiles CMake generates (where every single target
causes an extra invocation of make), I find this hard to believe.

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds



More information about the llvm-dev mailing list