1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

Clarifying doc about cross-compiling

llvm-svn: 191561
This commit is contained in:
Renato Golin 2013-09-27 21:14:54 +00:00
parent eee7bbf1df
commit 885b54ffc7

View File

@ -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
=====================================