[llvm-commits] [llvm] r164356 - /llvm/trunk/docs/programming.rst
Sean Silva
silvas at purdue.edu
Thu Sep 20 19:46:32 PDT 2012
Author: silvas
Date: Thu Sep 20 21:46:32 2012
New Revision: 164356
URL: http://llvm.org/viewvc/llvm-project?rev=164356&view=rev
Log:
docs: Fix Sphinx warning over Atomics.rst.
Atomics.rst was not linked into the toctree.
Docs now build warning-free!
Modified:
llvm/trunk/docs/programming.rst
Modified: llvm/trunk/docs/programming.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/programming.rst?rev=164356&r1=164355&r2=164356&view=diff
==============================================================================
--- llvm/trunk/docs/programming.rst (original)
+++ llvm/trunk/docs/programming.rst Thu Sep 20 21:46:32 2012
@@ -8,12 +8,17 @@
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
More information about the llvm-commits
mailing list