Skip to content

Commit 8c2c6af

Browse files
committed
Fix LLVM sphinx build
This addresses the issues found by: https://lab.llvm.org/buildbot/#/builders/30/builds/34937
1 parent 626aa85 commit 8c2c6af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7437,7 +7437,8 @@ Example:
74377437

74387438
Embedding tuple of strings example:
74397439

7440-
.. code-block:: test
7440+
.. code-block:: text
7441+
74417442
%a.ptr = getelementptr ptr, ptr %base, i64 0. !annotation !0
74427443
!0 = !{!1}
74437444
!1 = !{!"gep offset", !"0"}

0 commit comments

Comments
 (0)