[llvm-commits] Fix llvm-config

Daniel Dunbar daniel at zuster.org
Mon Dec 12 09:31:18 PST 2011


Hi Danil,

I don't understand why this is necessary yet.

If you are doing a cross compilation, then your llvm-config should be
in a development tree, and the first if() branch in that set should be
followed, which already handles the BuildTools case.

Can you give me more information about the failure, what tool is being
run, and the exact command line?

Thanks,
 - Daniel

On Fri, Dec 9, 2011 at 2:41 PM, Danil Malyshev
<dmalyshev at accesssoftek.com> wrote:
> Hello everyone,
>
>
>
> LLVM cross-compilation stops when it tries linking tools with an error
> message that the library needed to link not found.
>
> The attached patch fixed it.
>
>
>
> Regards,
>
> Danil
>
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list