From 258aeb5762f3c2ea07aef9957b883c3e5e7e1b8b Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Fri, 21 Sep 2012 02:46:32 +0000 Subject: [PATCH] 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 --- docs/programming.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 `_ 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 `_ Introduction to the general layout of the LLVM sourcebase, important classes