[PATCH] D61893: [FileCheck] Fix sphinx error: make input be gas block

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 06:47:39 PDT 2019


thopre updated this revision to Diff 199602.
thopre marked an inline comment as done.
thopre added a comment.

Use gas block instead of text


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61893/new/

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:: gas
 
     add r5, r5, r6
 
 but would not match the line:
 
-.. code-block:: llvm
+.. code-block:: gas
 
     add r5, r5, r7
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61893.199602.patch
Type: text/x-patch
Size: 428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190515/c9a25d32/attachment.bin>


More information about the llvm-commits mailing list