Skip to content

Commit

Permalink
[Docs] Switch a code block from LLVM to text
Browse files Browse the repository at this point in the history
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

llvm-svn: 358391
  • Loading branch information
jmorse committed Apr 15, 2019
1 parent e038fa7 commit 7a112c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/SourceLevelDebugging.rst
Expand Up @@ -761,7 +761,7 @@ straightforwards: determining the variable location in every basic block
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:
Expand Down

0 comments on commit 7a112c4

Please sign in to comment.