aboutsummaryrefslogtreecommitdiff
path: root/docs/userguides.rst
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@chromium.org>2012-10-01 11:20:30 -0700
committerDerek Schuff <dschuff@chromium.org>2012-10-01 11:20:30 -0700
commitb3423dd295c69f78bd731f1ad65ad90ce3efa36f (patch)
tree0e872df2f0333ed1806d9e0a6906b2f5ebd58512 /docs/userguides.rst
parenta27c28b1427dc2082ab2b31efdbb25f9fde31b61 (diff)
parent72f0976c1b91c7ba50dce4d0ad0289dc14d37f81 (diff)
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Conflicts: lib/Target/ARM/ARMISelDAGToDAG.cpp lib/Target/Mips/MipsISelLowering.cpp lib/Target/Mips/MipsSubtarget.cpp
Diffstat (limited to 'docs/userguides.rst')
-rw-r--r--docs/userguides.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/userguides.rst b/docs/userguides.rst
index c7197ef628..c5dd979224 100644
--- a/docs/userguides.rst
+++ b/docs/userguides.rst
@@ -7,6 +7,7 @@ User Guides
:hidden:
CMake
+ HowToBuildOnARM
CommandGuide/index
DeveloperPolicy
GettingStartedVS
@@ -15,6 +16,7 @@ User Guides
Packaging
HowToAddABuilder
yaml2obj
+ HowToSubmitABug
* `The LLVM Getting Started Guide <GettingStarted.html>`_
@@ -26,7 +28,11 @@ User Guides
An addendum to the main Getting Started guide for those using the `CMake
build system <http://www.cmake.org>`_.
-
+
+* :ref:`how_to_build_on_arm`
+
+ Notes on building and testing LLVM/Clang on ARM.
+
* `Getting Started with the LLVM System using Microsoft Visual Studio
<GettingStartedVS.html>`_
@@ -59,7 +65,7 @@ User Guides
This describes new features, known bugs, and other limitations.
-* `How to Submit A Bug Report <HowToSubmitABug.html>`_
+* :ref:`how-to-submit-a-bug-report`
Instructions for properly submitting information about any bugs you run into
in the LLVM system.