From 084fdcc27e85109710bcbf91c576906ec32e9dbe Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 6 Aug 2018 10:20:05 +0000 Subject: [PATCH] [docs] Continue working around broken Sphinx parsing of LLVM code blocks by switching to `text` in another place. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@339001 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst index f1b045ff629..af95245b375 100644 --- a/docs/SourceLevelDebugging.rst +++ b/docs/SourceLevelDebugging.rst @@ -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: