[llvm] r191561 - Clarifying doc about cross-compiling

Sean Silva silvas at purdue.edu
Fri Sep 27 18:14:20 PDT 2013


Thanks for doing this. I was firing up my editor to clarify this but lo and
behold you already fixed it :)

-- Sean Silva


On Fri, Sep 27, 2013 at 5:14 PM, Renato Golin <renato.golin at linaro.org>wrote:

> Author: rengolin
> Date: Fri Sep 27 16:14:54 2013
> New Revision: 191561
>
> URL: http://llvm.org/viewvc/llvm-project?rev=191561&view=rev
> Log:
> Clarifying doc about cross-compiling
>
> Modified:
>     llvm/trunk/docs/HowToBuildOnARM.rst
>
> Modified: llvm/trunk/docs/HowToBuildOnARM.rst
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToBuildOnARM.rst?rev=191561&r1=191560&r2=191561&view=diff
>
> ==============================================================================
> --- llvm/trunk/docs/HowToBuildOnARM.rst (original)
> +++ llvm/trunk/docs/HowToBuildOnARM.rst Fri Sep 27 16:14:54 2013
> @@ -6,7 +6,11 @@ Introduction
>  ============
>
>  This document contains information about building/testing LLVM and
> -Clang on ARM.
> +Clang on an ARM machine.
> +
> +This document is *NOT* tailored to help you cross-compile LLVM/Clang
> +to ARM on another architecture, for example an x86_64 machine. To find
> +out more about cross-compiling, please check :doc:`HowToCrossCompileLLVM`.
>
>  Notes On Building LLVM/Clang on ARM
>  =====================================
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130927/e08ffcee/attachment.html>


More information about the llvm-commits mailing list