From: Evgeniy Stepanov Date: Fri, 17 Mar 2017 22:31:13 +0000 (+0000) Subject: Fix docs-llvm-html build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c45253e30e16492b8d0fe3ac78281020cc912a9;p=llvm Fix docs-llvm-html build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298163 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.rst b/docs/LangRef.rst index d68241f1ab0..c8f7cae9d06 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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 targets. Example: .. code-block:: llvm + $a = comdat any @a = global i32 1, comdat $a @b = internal global i32 2, comdat $a, section "abc", !associated !0