[LLVMdev] Deprecating autoconf/make?

Óscar Fuentes ofv at wanadoo.es
Thu May 23 03:30:27 PDT 2013


Jean-Daniel Dupas <devlists at shadowlab.org> writes:

>> What's wrong with cross-compilation?
>
> At least  http://llvm.org/bugs/show_bug.cgi?id=14109
>
> As it does not use the just built clang to build compiler-rt, it can't
> build compiler-rt for target that are not supported by the system
> compiler.

This could be easily done by executing a custom command that configures
and builds compiler-rt after the clang cross-compiler is built, i.e. as
the final step of building clang.

Maybe I'm missing something. Eric, what's the difficulty with
solving PR14109 ?




More information about the llvm-dev mailing list