[llvm] r339001 - [docs] Continue working around broken Sphinx parsing of LLVM code blocks

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 6 03:20:05 PDT 2018


Author: chandlerc
Date: Mon Aug  6 03:20:05 2018
New Revision: 339001

URL: http://llvm.org/viewvc/llvm-project?rev=339001&view=rev
Log:
[docs] Continue working around broken Sphinx parsing of LLVM code blocks
by switching to `text` in another place.

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=339001&r1=339000&r2=339001&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.rst (original)
+++ llvm/trunk/docs/SourceLevelDebugging.rst Mon Aug  6 03:20:05 2018
@@ -1506,7 +1506,7 @@ For example, here is a module before:
 
 and after running ``opt -debugify``  on it we get:
 
-.. code-block:: llvm
+.. code-block:: text
 
    define void @f(i32* %x) !dbg !6 {
    entry:




More information about the llvm-commits mailing list