summaryrefslogtreecommitdiff
path: root/docs/programming.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/programming.rst')
-rw-r--r--docs/programming.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/programming.rst b/docs/programming.rst
index e8acc1d2e0..c4eec59417 100644
--- a/docs/programming.rst
+++ b/docs/programming.rst
@@ -6,10 +6,11 @@ Programming Documentation
.. toctree::
:hidden:
+ Atomics
CodingStandards
CommandLine
CompilerWriterInfo
- Atomics
+ ExtendingLLVM
HowToSetUpLLVMStyleRTTI
* `LLVM Language Reference Manual <LangRef.html>`_
@@ -40,7 +41,7 @@ Programming Documentation
How to make ``isa<>``, ``dyn_cast<>``, etc. available for clients of your
class hierarchy.
-* `Extending LLVM <ExtendingLLVM.html>`_
+* :ref:`extending_llvm`
Look here to see how to add instructions and intrinsics to LLVM.