summaryrefslogtreecommitdiff
path: root/docs/programming.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-10-07 04:56:08 +0000
committerBill Wendling <isanbard@gmail.com>2012-10-07 04:56:08 +0000
commitbef3ef99752ba2753decefc5d7f9e80c3e5d47b6 (patch)
tree3e3377a7006a8765262c15180c711fdd4faecc74 /docs/programming.rst
parent53960a682e63a762b8a74715a0a9b7cdacf3a918 (diff)
downloadllvm-bef3ef99752ba2753decefc5d7f9e80c3e5d47b6.tar.gz
llvm-bef3ef99752ba2753decefc5d7f9e80c3e5d47b6.tar.bz2
llvm-bef3ef99752ba2753decefc5d7f9e80c3e5d47b6.tar.xz
Sphinxify the ExtendingLLVM documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165371 91177308-0d34-0410-b5e6-96231b3b80d8
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.