diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2018-08-06 10:20:05 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2018-08-06 10:20:05 +0000 |
commit | c3cc1ec6b127f52dde37f77409209716b11b8fc9 (patch) | |
tree | 5ea0a00b75243b6701f0b7402797f550f8348b92 /llvm/docs | |
parent | 23a116f39eed29539f24dab3f784e91a7cf7e6b9 (diff) | |
download | bcm5719-llvm-c3cc1ec6b127f52dde37f77409209716b11b8fc9.tar.gz bcm5719-llvm-c3cc1ec6b127f52dde37f77409209716b11b8fc9.zip |
[docs] Continue working around broken Sphinx parsing of LLVM code blocks
by switching to `text` in another place.
llvm-svn: 339001
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst index f1b045ff629..af95245b375 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/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: |