aboutsummaryrefslogtreecommitdiff
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, 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