summarylogtreecommitdiffstats
path: root/0011-Fix-LLVM-Sphinx-build.patch
diff options
context:
space:
mode:
Diffstat (limited to '0011-Fix-LLVM-Sphinx-build.patch')
-rw-r--r--0011-Fix-LLVM-Sphinx-build.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/0011-Fix-LLVM-Sphinx-build.patch b/0011-Fix-LLVM-Sphinx-build.patch
new file mode 100644
index 000000000000..fda7d07cdbb5
--- /dev/null
+++ b/0011-Fix-LLVM-Sphinx-build.patch
@@ -0,0 +1,27 @@
+From d73c51bfda3719e698ef2e7ed973909d7138d882 Mon Sep 17 00:00:00 2001
+From: Aaron Ballman <aaron@aaronballman.com>
+Date: Thu, 16 Mar 2023 14:03:04 -0400
+Subject: [PATCH] Fix LLVM Sphinx build
+
+This addresses the issue found by:
+https://lab.llvm.org/buildbot/#/builders/30/builds/33006
+---
+ llvm/docs/ReleaseNotes.rst | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
+index 2fe22e855f53..e0da56da6b69 100644
+--- a/llvm/docs/ReleaseNotes.rst
++++ b/llvm/docs/ReleaseNotes.rst
+@@ -62,7 +62,7 @@ Changes to the LLVM IR
+ * ``select``
+
+ Changes to LLVM infrastructure
+------------------------------
++------------------------------
+
+ * The legacy optimization pipeline has been removed.
+
+--
+2.40.0
+