[llvm] 8b3091b - Fix LLVM sphinx build

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 05:36:05 PST 2023


Author: Aaron Ballman
Date: 2023-02-20T08:35:42-05:00
New Revision: 8b3091b4b485ddaa64a69fbaf8d85f21d37a61f2

URL: https://github.com/llvm/llvm-project/commit/8b3091b4b485ddaa64a69fbaf8d85f21d37a61f2
DIFF: https://github.com/llvm/llvm-project/commit/8b3091b4b485ddaa64a69fbaf8d85f21d37a61f2.diff

LOG: Fix LLVM sphinx build

This fixes the issue found by:
https://lab.llvm.org/buildbot/#/builders/30/builds/32127

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 422da71240ef..4052e58faa7f 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -17737,7 +17737,7 @@ The argument is a vector whose type corresponds to the logical concatenation of
 the two result types.
 
 '``llvm.experimental.vector.interleave2``' Intrinsic
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Syntax:
 """""""


        


More information about the llvm-commits mailing list