summaryrefslogtreecommitdiff
path: root/docs/programming.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-09-21 02:46:32 +0000
committerSean Silva <silvas@purdue.edu>2012-09-21 02:46:32 +0000
commit258aeb5762f3c2ea07aef9957b883c3e5e7e1b8b (patch)
tree8bd0d0cb423f5030e3db98d3d957592227de79ad /docs/programming.rst
parent5cc1e23247b50d5b6af1cd0146cd0c6e88b94f33 (diff)
downloadllvm-258aeb5762f3c2ea07aef9957b883c3e5e7e1b8b.tar.gz
llvm-258aeb5762f3c2ea07aef9957b883c3e5e7e1b8b.tar.bz2
llvm-258aeb5762f3c2ea07aef9957b883c3e5e7e1b8b.tar.xz
docs: Fix Sphinx warning over Atomics.rst.
Atomics.rst was not linked into the toctree. Docs now build warning-free! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164356 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/programming.rst')
-rw-r--r--docs/programming.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/programming.rst b/docs/programming.rst
index 27e43014ee..5d000cb3c2 100644
--- a/docs/programming.rst
+++ b/docs/programming.rst
@@ -8,12 +8,17 @@ Programming Documentation
CodingStandards
CommandLine
+ Atomics
* `LLVM Language Reference Manual <LangRef.html>`_
Defines the LLVM intermediate representation and the assembly form of the
different nodes.
+* :ref:`atomics`
+
+ Information about LLVM's concurrency model.
+
* `The LLVM Programmers Manual <ProgrammersManual.html>`_
Introduction to the general layout of the LLVM sourcebase, important classes