[llvm] r298163 - Fix docs-llvm-html build.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 15:31:14 PDT 2017


Author: eugenis
Date: Fri Mar 17 17:31:13 2017
New Revision: 298163

URL: http://llvm.org/viewvc/llvm-project?rev=298163&view=rev
Log:
Fix docs-llvm-html build.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=298163&r1=298162&r2=298163&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Fri Mar 17 17:31:13 2017
@@ -5107,7 +5107,7 @@ Examples:
 See :doc:`TypeMetadata`.
 
 '``associated``' Metadata
-^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^
 
 The ``associated`` metadata may be attached to a global object
 declaration with a single argument that references another global object.
@@ -5126,6 +5126,7 @@ It does not have any effect on non-ELF t
 Example:
 
 .. code-block:: llvm
+
     $a = comdat any
     @a = global i32 1, comdat $a
     @b = internal global i32 2, comdat $a, section "abc", !associated !0




More information about the llvm-commits mailing list