diff options
-rw-r--r-- | docs/programming.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/programming.rst b/docs/programming.rst index 27e43014ee3..5d000cb3c2e 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 |