diff options
Diffstat (limited to 'docs/userguides.rst')
-rw-r--r-- | docs/userguides.rst | 10 |
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. |