[LLVMdev] Deprecating autoconf/make?

Owen Anderson resistor at mac.com
Wed May 22 23:53:11 PDT 2013


On May 22, 2013, at 4:14 PM, Eric Christopher <echristo at gmail.com> wrote:

> I don't know of any support in autoconf past the
> --host/--build/--target case that's not supported in cmake. I'll send
> out an assertion here that this support isn't necessary and any system
> that needs it can instead move to:
> 
> build native clang
> build next clang with some target that supplies a sysroot and a
> -target option to the native clang

Aren't there issues with tblgen needing to be compiled for the host even in the second round in this configuration?

--Owen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130522/48f74692/attachment.html>


More information about the llvm-dev mailing list