[LLVMdev] RFC: Timeline for deprecating the autoconf build system? (original) (raw)

Tom Stellard tom at stellard.net
Fri Oct 31 15:08:21 PDT 2014


Hi,

I would like to propose deprecating the autoconf build system at some point in the future. Maintaining two build systems is a hassle not only for this project, but also for other projects that use LLVM and have to deal with the slight differences in output between the two build systems.

It seems like most people are using CMake at this point, so my questions to the community are:

For example, I personally use automake, and the only reason I don't use CMake is because it doesn't produce a single shared object (e.g. libLLVM-3.6.0svn.so).

Thanks, Tom



More information about the llvm-dev mailing list