mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-22 11:23:38 +00:00
rebase of the patches
This commit is contained in:
parent
aca1ec2f41
commit
f0cf0f7abf
492
debian/patches/python3-shebang.patch
vendored
492
debian/patches/python3-shebang.patch
vendored
File diff suppressed because it is too large
Load Diff
56
debian/patches/revert-update-doc.diff
vendored
56
debian/patches/revert-update-doc.diff
vendored
@ -15,10 +15,10 @@ Date: Tue Feb 1 23:13:01 2022 -0800
|
|||||||
|
|
||||||
Differential Revision: https://reviews.llvm.org/D112181
|
Differential Revision: https://reviews.llvm.org/D112181
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/clang-tools-extra/docs/conf.py
|
Index: llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e/clang-tools-extra/docs/conf.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79.orig/clang-tools-extra/docs/conf.py
|
--- llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e.orig/clang-tools-extra/docs/conf.py
|
||||||
+++ llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/clang-tools-extra/docs/conf.py
|
+++ llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e/clang-tools-extra/docs/conf.py
|
||||||
@@ -44,6 +44,15 @@ master_doc = "index"
|
@@ -44,6 +44,15 @@ master_doc = "index"
|
||||||
project = "Extra Clang Tools"
|
project = "Extra Clang Tools"
|
||||||
copyright = "2007-%d, The Clang Team" % date.today().year
|
copyright = "2007-%d, The Clang Team" % date.today().year
|
||||||
@ -47,10 +47,10 @@ Index: llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/clang-tools-extr
|
|||||||
|
|
||||||
# -- Options for HTML output ---------------------------------------------------
|
# -- Options for HTML output ---------------------------------------------------
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/clang/docs/conf.py
|
Index: llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e/clang/docs/conf.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79.orig/clang/docs/conf.py
|
--- llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e.orig/clang/docs/conf.py
|
||||||
+++ llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/clang/docs/conf.py
|
+++ llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e/clang/docs/conf.py
|
||||||
@@ -63,6 +63,15 @@ master_doc = "index"
|
@@ -63,6 +63,15 @@ master_doc = "index"
|
||||||
project = "Clang"
|
project = "Clang"
|
||||||
copyright = "2007-%d, The Clang Team" % date.today().year
|
copyright = "2007-%d, The Clang Team" % date.today().year
|
||||||
@ -79,13 +79,13 @@ Index: llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/clang/docs/conf.
|
|||||||
|
|
||||||
# -- Options for HTML output ---------------------------------------------------
|
# -- Options for HTML output ---------------------------------------------------
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/lld/docs/conf.py
|
Index: llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e/lld/docs/conf.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79.orig/lld/docs/conf.py
|
--- llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e.orig/lld/docs/conf.py
|
||||||
+++ llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/lld/docs/conf.py
|
+++ llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e/lld/docs/conf.py
|
||||||
@@ -43,6 +43,15 @@ master_doc = 'index'
|
@@ -43,6 +43,15 @@ master_doc = "index"
|
||||||
project = u'lld'
|
project = "lld"
|
||||||
copyright = u'2011-%d, LLVM Project' % date.today().year
|
copyright = "2011-%d, LLVM Project" % date.today().year
|
||||||
|
|
||||||
+# The version info for the project you're documenting, acts as replacement for
|
+# The version info for the project you're documenting, acts as replacement for
|
||||||
+# |version| and |release|, also used in various other places throughout the
|
+# |version| and |release|, also used in various other places throughout the
|
||||||
@ -98,11 +98,11 @@ Index: llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/lld/docs/conf.py
|
|||||||
+
|
+
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
#language = None
|
# language = None
|
||||||
Index: llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/llvm/cmake/modules/AddSphinxTarget.cmake
|
Index: llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e/llvm/cmake/modules/AddSphinxTarget.cmake
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79.orig/llvm/cmake/modules/AddSphinxTarget.cmake
|
--- llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e.orig/llvm/cmake/modules/AddSphinxTarget.cmake
|
||||||
+++ llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/llvm/cmake/modules/AddSphinxTarget.cmake
|
+++ llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e/llvm/cmake/modules/AddSphinxTarget.cmake
|
||||||
@@ -39,10 +39,6 @@ function (add_sphinx_target builder proj
|
@@ -39,10 +39,6 @@ function (add_sphinx_target builder proj
|
||||||
set(ARG_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
|
set(ARG_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||||
endif()
|
endif()
|
||||||
@ -124,10 +124,10 @@ Index: llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/llvm/cmake/modul
|
|||||||
${SPHINX_WARNINGS_AS_ERRORS_FLAG} # Treat warnings as errors if requested
|
${SPHINX_WARNINGS_AS_ERRORS_FLAG} # Treat warnings as errors if requested
|
||||||
"${ARG_SOURCE_DIR}" # Source
|
"${ARG_SOURCE_DIR}" # Source
|
||||||
"${SPHINX_BUILD_DIR}" # Output
|
"${SPHINX_BUILD_DIR}" # Output
|
||||||
Index: llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/llvm/docs/conf.py
|
Index: llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e/llvm/docs/conf.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79.orig/llvm/docs/conf.py
|
--- llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e.orig/llvm/docs/conf.py
|
||||||
+++ llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/llvm/docs/conf.py
|
+++ llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e/llvm/docs/conf.py
|
||||||
@@ -62,6 +62,15 @@ master_doc = "index"
|
@@ -62,6 +62,15 @@ master_doc = "index"
|
||||||
project = "LLVM"
|
project = "LLVM"
|
||||||
copyright = "2003-%d, LLVM Project" % date.today().year
|
copyright = "2003-%d, LLVM Project" % date.today().year
|
||||||
@ -144,13 +144,13 @@ Index: llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/llvm/docs/conf.p
|
|||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
# language = None
|
# language = None
|
||||||
Index: llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/polly/docs/conf.py
|
Index: llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e/polly/docs/conf.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79.orig/polly/docs/conf.py
|
--- llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e.orig/polly/docs/conf.py
|
||||||
+++ llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/polly/docs/conf.py
|
+++ llvm-toolchain-snapshot_17~++20230526082102+a22ef958cb7e/polly/docs/conf.py
|
||||||
@@ -44,6 +44,15 @@ master_doc = 'index'
|
@@ -44,6 +44,15 @@ master_doc = "index"
|
||||||
project = u'Polly'
|
project = "Polly"
|
||||||
copyright = u'2010-%d, The Polly Team' % date.today().year
|
copyright = "2010-%d, The Polly Team" % date.today().year
|
||||||
|
|
||||||
+# The version info for the project you're documenting, acts as replacement for
|
+# The version info for the project you're documenting, acts as replacement for
|
||||||
+# |version| and |release|, also used in various other places throughout the
|
+# |version| and |release|, also used in various other places throughout the
|
||||||
@ -163,10 +163,10 @@ Index: llvm-toolchain-snapshot_17~++20230523093327+96a003b9bf79/polly/docs/conf.
|
|||||||
+
|
+
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
#language = None
|
# language = None
|
||||||
@@ -78,11 +87,6 @@ pygments_style = 'friendly'
|
@@ -78,11 +87,6 @@ pygments_style = "friendly"
|
||||||
# A list of ignored prefixes for module index sorting.
|
# A list of ignored prefixes for module index sorting.
|
||||||
#modindex_common_prefix = []
|
# modindex_common_prefix = []
|
||||||
|
|
||||||
-in_progress_title = "(In-Progress) " if tags.has("PreRelease") else ""
|
-in_progress_title = "(In-Progress) " if tags.has("PreRelease") else ""
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user