summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2017-01-17 21:48:31 +0000
committerAaron Ballman <aaron@aaronballman.com>2017-01-17 21:48:31 +0000
commitb3c51513276183ae6b92ab27684de9593abb627f (patch)
treec49fdf88c76886589f6983139e48b39f417fc080
parent839f215e1938df9c33adda0fce1515b8b631c3b1 (diff)
downloadbcm5719-llvm-b3c51513276183ae6b92ab27684de9593abb627f.tar.gz
bcm5719-llvm-b3c51513276183ae6b92ab27684de9593abb627f.zip
Silence some Sphinx diagnostics in an attempt to get the documentation builder back to green (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/1895).
llvm-svn: 292271
-rw-r--r--llvm/docs/Extensions.rst2
-rw-r--r--llvm/docs/LangRef.rst2
-rw-r--r--llvm/docs/NVPTXUsage.rst1
3 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/Extensions.rst b/llvm/docs/Extensions.rst
index 850c4275091..2b12123cdf6 100644
--- a/llvm/docs/Extensions.rst
+++ b/llvm/docs/Extensions.rst
@@ -61,7 +61,7 @@ types ``IMAGE_REL_I386_SECREL`` (32-bit) or ``IMAGE_REL_AMD64_SECREL`` (64-bit).
the target. It corresponds to the COFF relocation types
``IMAGE_REL_I386_SECTION`` (32-bit) or ``IMAGE_REL_AMD64_SECTION`` (64-bit).
-.. code-block:: gas
+.. code-block:: none
.section .debug$S,"rn"
.long 4
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 5ac17015953..e93a02f6b02 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -3997,7 +3997,7 @@ DIFile
``DIFile`` nodes represent files. The ``filename:`` can include slashes.
-.. code-block:: llvm
+.. code-block:: none
!0 = !DIFile(filename: "path/to/file", directory: "/path/to/dir",
checksumkind: CSK_MD5,
diff --git a/llvm/docs/NVPTXUsage.rst b/llvm/docs/NVPTXUsage.rst
index dfdbe5b8c34..37b433d99e1 100644
--- a/llvm/docs/NVPTXUsage.rst
+++ b/llvm/docs/NVPTXUsage.rst
@@ -356,6 +356,7 @@ The value of this flag is determined by the "nvvm-reflect-ftz" module flag.
The following sets the ftz flag to 1.
.. code-block:: llvm
+
!llvm.module.flag = !{!0}
!0 = !{i32 4, !"nvvm-reflect-ftz", i32 1}
OpenPOWER on IntegriCloud