[llvm-dev] [RFC] Removing autoconf from trunk
Dan Liew via llvm-dev
llvm-dev at lists.llvm.org
Wed Jan 13 14:52:06 PST 2016
> Also, we should be able to allow in-source cmake builds once we remove the
> makefiles, right?
I'm strongly against enabling in-source cmake builds. Apart from being
IMHO bad practise
certain parts of our CMake files may be assuming. the build is out of
source (e.g. I had a patch recently that assumed this because
in-source builds were impossible at the time).
We seemed to be doing fine so far without in-source cmake builds so I
see no good reason to add support for them.
More information about the llvm-dev
mailing list