Cross-compilation doc

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190282 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Renato Golin
2013-09-08 20:44:48 +00:00
parent 0427f042ff
commit 8216947d4d
2 changed files with 182 additions and 0 deletions

View File

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