summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2013-09-08 20:44:48 +0000
committerRenato Golin <renato.golin@linaro.org>2013-09-08 20:44:48 +0000
commit8216947d4df12c76a35cbcfa32c7708f1c02438e (patch)
tree78e716b8e4ff049ddd09881635ff8209449d1e56 /docs/index.rst
parent0427f042ff16b4539c9dd60beb1a4c7096b19be3 (diff)
downloadllvm-8216947d4df12c76a35cbcfa32c7708f1c02438e.tar.gz
llvm-8216947d4df12c76a35cbcfa32c7708f1c02438e.tar.bz2
llvm-8216947d4df12c76a35cbcfa32c7708f1c02438e.tar.xz
Cross-compilation doc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 4bf86a2bd9..af54fddaa0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -66,6 +66,7 @@ representation.
CMake
HowToBuildOnARM
+ HowToCrossCompileLLVM
CommandGuide/index
GettingStarted
GettingStartedVS
@@ -95,6 +96,9 @@ representation.
:doc:`HowToBuildOnARM`
Notes on building and testing LLVM/Clang on ARM.
+:doc:`HowToCrossCompileLLVM`
+ Notes on cross-building and testing LLVM/Clang.
+
:doc:`GettingStartedVS`
An addendum to the main Getting Started guide for those using Visual Studio
on Windows.