projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
626aa85
)
Fix LLVM sphinx build
author
Aaron Ballman
<aaron@aaronballman.com>
Tue, 9 May 2023 19:28:02 +0000
(15:28 -0400)
committer
Aaron Ballman
<aaron@aaronballman.com>
Tue, 9 May 2023 19:28:38 +0000
(15:28 -0400)
This addresses the issues found by:
https://lab.llvm.org/buildbot/#/builders/30/builds/34937
llvm/docs/LangRef.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/LangRef.rst
b/llvm/docs/LangRef.rst
index
36ebda8
..
55802b0
100644
(file)
--- a/
llvm/docs/LangRef.rst
+++ b/
llvm/docs/LangRef.rst
@@
-7437,7
+7437,8
@@
Example:
Embedding tuple of strings example:
-.. code-block:: test
+.. code-block:: text
+
%a.ptr = getelementptr ptr, ptr %base, i64 0. !annotation !0
!0 = !{!1}
!1 = !{!"gep offset", !"0"}