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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 07:10:07 PDT 2019


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

LGTM. If gas doesn't work, feel free to change to text with no further review.



================
Comment at: llvm/docs/CommandGuide/FileCheck.rst:596
 
-.. code-block:: llvm
+.. code-block:: text
 
----------------
thopre wrote:
> jhenderson wrote:
> > Could you use gas/asm?
> I suppose since there isn't any directive but I wouldn't be able to check that it will build successfully.
Since this is generic assembly, my reading of http://pygments.org/docs/lexers/#pygments.lexers.asm.GasLexer is that this would be the best match, but I don't really know. It's easy enough to fix if that doesn't work though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61893





More information about the llvm-commits mailing list