Displaying 2 results from an estimated 2 matches for "c41396e0".
2013 May 23
0
[LLVMdev] Deprecating autoconf/make?
...nd run a nested CMake build for building a native tablegen.
That's not "a single CMake build" in the way I was understanding that
phrase.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130523/c41396e0/attachment.html>
2013 May 23
3
[LLVMdev] Deprecating autoconf/make?
Richard Smith <richard at metafoo.co.uk> writes:
>> I think this second option is the more elegant one (less source
>> dependencies), but is it possible in a single CMake build?
>>
>
> Right now, no,
A CMake build can run CMake builds. This is currently done for
cross-compiling LLVM: the "cross-compiling" CMake build can configure
and run a nested CMake