[llvm] 8c2c6af - Fix LLVM sphinx build
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 12:28:48 PDT 2023
Author: Aaron Ballman
Date: 2023-05-09T15:28:38-04:00
New Revision: 8c2c6af02ea7ba7605d4e88fcf9088fbaed3ab03
URL: https://github.com/llvm/llvm-project/commit/8c2c6af02ea7ba7605d4e88fcf9088fbaed3ab03
DIFF: https://github.com/llvm/llvm-project/commit/8c2c6af02ea7ba7605d4e88fcf9088fbaed3ab03.diff
LOG: Fix LLVM sphinx build
This addresses the issues found by:
https://lab.llvm.org/buildbot/#/builders/30/builds/34937
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 36ebda869ce65..55802b007ac3e 100644
--- 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"}
More information about the llvm-commits
mailing list