Merging r292271:
authorHans Wennborg <hans@hanshq.net>
Thu, 16 Feb 2017 17:59:33 +0000 (17:59 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 16 Feb 2017 17:59:33 +0000 (17:59 +0000)
------------------------------------------------------------------------
r292271 | aaron | 2017-01-17 21:48:31 +0000 (Tue, 17 Jan 2017) | 2 lines

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).
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_40@295344 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Extensions.rst
docs/LangRef.rst

index 850c42750911f6871f6b03b344f29ed00bc96346..2b12123cdf6889ba18e0e5a976490281d65b7abc 100644 (file)
@@ -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
index 5ac17015953ef977e062285a390f4e53866237b5..e93a02f6b023e7c638ad05bac39b6b25819466dd 100644 (file)
@@ -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,