[LLVMdev] Deprecating autoconf/make?
Óscar Fuentes
ofv at wanadoo.es
Thu May 23 03:40:50 PDT 2013
Tim Northover <t.p.northover at gmail.com> writes:
>> What's wrong with cross-compilation?
>
> The biggest annoyance I have (I don't do compiler-rt) is that the
> dependencies for the host's TableGen aren't tracked properly in
> parallel builds. So while it knows it needs to build a host-executable
> TableGen it doesn't seem to know it has to wait for it to finish.
This is a bug, obviously, and one that should be easy to fix, if the
tablegenning and cross-compiling logic are well localized in the LLVM
cmake scripts.
More information about the llvm-dev
mailing list