[PATCH] D61893: [FileCheck] Fix sphinx error: make input be text block
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 14 06:08:28 PDT 2019
thopre created this revision.
thopre added reviewers: jhenderson, jdenny, probinson, arichardson.
Herald added a project: LLVM.
thopre retitled this revision from "Make input be text block" to "[FileCheck] Fix sphinx error: make input be text block".
Change example of input text from being llvm block to being text block
since it is free form text made to look like assembly.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D61893
Files:
llvm/docs/CommandGuide/FileCheck.rst
Index: llvm/docs/CommandGuide/FileCheck.rst
===================================================================
--- llvm/docs/CommandGuide/FileCheck.rst
+++ llvm/docs/CommandGuide/FileCheck.rst
@@ -593,13 +593,13 @@
The above example would match the line:
-.. code-block:: llvm
+.. code-block:: text
add r5, r5, r6
but would not match the line:
-.. code-block:: llvm
+.. code-block:: text
add r5, r5, r7
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61893.199419.patch
Type: text/x-patch
Size: 430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190514/24f377d6/attachment.bin>
More information about the llvm-commits
mailing list