[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 08:18:50 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL360781: [FileCheck] Fix sphinx error: Make input be gas block (authored by thopre, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D61893?vs=199602&id=199615#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D61893

Files:
  llvm/trunk/docs/CommandGuide/FileCheck.rst


Index: llvm/trunk/docs/CommandGuide/FileCheck.rst
===================================================================
--- llvm/trunk/docs/CommandGuide/FileCheck.rst
+++ llvm/trunk/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.199615.patch
Type: text/x-patch
Size: 446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190515/0bbcf3c4/attachment.bin>


More information about the llvm-commits mailing list