[llvm] r358391 - [Docs] Switch a code block from LLVM to text

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 03:23:22 PDT 2019


Author: jmorse
Date: Mon Apr 15 03:23:22 2019
New Revision: 358391

URL: http://llvm.org/viewvc/llvm-project?rev=358391&view=rev
Log:
[Docs] Switch a code block from LLVM to text

While I can't replicate this locally, it looks like the buildbots don't
recognize the IR block in r358385 l764 as IR. Downgrade it to being just
text while I look into it.

http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/30132

Modified:
    llvm/trunk/docs/SourceLevelDebugging.rst

Modified: llvm/trunk/docs/SourceLevelDebugging.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.rst?rev=358391&r1=358390&r2=358391&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.rst (original)
+++ llvm/trunk/docs/SourceLevelDebugging.rst Mon Apr 15 03:23:22 2019
@@ -761,7 +761,7 @@ straightforwards: determining the variab
 requries the consideraton of control flow. Consider the following IR, which
 presents several difficulties:
 
-.. code-block:: llvm
+.. code-block:: text
 
   define dso_local i32 @foo(i1 %cond, i32 %input) !dbg !12 {
   entry:




More information about the llvm-commits mailing list