summarylogtreecommitdiffstats
path: root/0011-Fix-LLVM-Sphinx-build.patch
diff options
context:
space:
mode:
authorLone_Wolf2023-03-21 13:45:46 +0100
committerLone_Wolf2023-03-21 13:45:46 +0100
commitd3f6306991a7c70596416c10e47cab5031a46dbc (patch)
tree937e26a2f24d9afa086bf93720ada7aebec6ae11 /0011-Fix-LLVM-Sphinx-build.patch
parentb1c5b4009aa8ba5f70547e23f310b7d9e60fcebf (diff)
downloadaur-d3f6306991a7c70596416c10e47cab5031a46dbc.tar.gz
mesa-minimal-git is patched to work with curren tllvm trunk, reverts for now not needed
Diffstat (limited to '0011-Fix-LLVM-Sphinx-build.patch')
-rw-r--r--0011-Fix-LLVM-Sphinx-build.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/0011-Fix-LLVM-Sphinx-build.patch b/0011-Fix-LLVM-Sphinx-build.patch
deleted file mode 100644
index fda7d07cdbb5..000000000000
--- a/0011-Fix-LLVM-Sphinx-build.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-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
-