Displaying 2 results from an estimated 2 matches for "0158e582".
2014 Oct 31
4
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
...ing to cmake will take quite a lot of work. In comparison, the minor hassle of keeping the makefiles working for a bit longer seems pretty insignificant.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141031/0158e582/attachment.html>
2014 Oct 31
16
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
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:
- Is