diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/programming.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/programming.rst b/llvm/docs/programming.rst index 27e43014ee3..5d000cb3c2e 100644 --- a/llvm/docs/programming.rst +++ b/llvm/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 |

