mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-25 20:07:15 +00:00
rebase of the patches
This commit is contained in:
parent
17e986d406
commit
2b3a3ab6f8
@ -13,10 +13,10 @@ Subject: Use Debian-provided MathJax everywhere.
|
||||
polly/docs/doxygen.cfg.in | 2 +-
|
||||
8 files changed, 14 insertions(+), 5 deletions(-)
|
||||
|
||||
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang-tools-extra/docs/conf.py
|
||||
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang-tools-extra/docs/conf.py
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang-tools-extra/docs/conf.py
|
||||
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang-tools-extra/docs/conf.py
|
||||
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/clang-tools-extra/docs/conf.py
|
||||
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang-tools-extra/docs/conf.py
|
||||
@@ -123,6 +123,9 @@ html_theme = 'haiku'
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
@ -27,10 +27,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang-tools-extra/
|
||||
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
||||
# using the given strftime format.
|
||||
#html_last_updated_fmt = '%b %d, %Y'
|
||||
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang-tools-extra/docs/doxygen.cfg.in
|
||||
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang-tools-extra/docs/doxygen.cfg.in
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang-tools-extra/docs/doxygen.cfg.in
|
||||
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang-tools-extra/docs/doxygen.cfg.in
|
||||
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/clang-tools-extra/docs/doxygen.cfg.in
|
||||
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang-tools-extra/docs/doxygen.cfg.in
|
||||
@@ -1443,7 +1443,7 @@ MATHJAX_FORMAT = HTML-CSS
|
||||
# The default value is: http://cdn.mathjax.org/mathjax/latest.
|
||||
# This tag requires that the tag USE_MATHJAX is set to YES.
|
||||
@ -40,10 +40,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang-tools-extra/
|
||||
|
||||
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
|
||||
# extension names that should be enabled during MathJax rendering. For example
|
||||
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/analyzer/conf.py
|
||||
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/analyzer/conf.py
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/docs/analyzer/conf.py
|
||||
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/analyzer/conf.py
|
||||
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/clang/docs/analyzer/conf.py
|
||||
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/analyzer/conf.py
|
||||
@@ -123,6 +123,9 @@ html_theme = 'haiku'
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
@ -54,10 +54,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/analyze
|
||||
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
||||
# using the given strftime format.
|
||||
#html_last_updated_fmt = '%b %d, %Y'
|
||||
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/conf.py
|
||||
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/conf.py
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/docs/conf.py
|
||||
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/conf.py
|
||||
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/clang/docs/conf.py
|
||||
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/conf.py
|
||||
@@ -124,6 +124,9 @@ html_theme = 'haiku'
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
@ -68,10 +68,10 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/conf.py
|
||||
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
||||
# using the given strftime format.
|
||||
#html_last_updated_fmt = '%b %d, %Y'
|
||||
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/doxygen.cfg.in
|
||||
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/doxygen.cfg.in
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/clang/docs/doxygen.cfg.in
|
||||
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/doxygen.cfg.in
|
||||
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/clang/docs/doxygen.cfg.in
|
||||
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/clang/docs/doxygen.cfg.in
|
||||
@@ -1432,7 +1432,7 @@ MATHJAX_FORMAT = HTML-CSS
|
||||
# The default value is: http://cdn.mathjax.org/mathjax/latest.
|
||||
# This tag requires that the tag USE_MATHJAX is set to YES.
|
||||
@ -81,23 +81,23 @@ Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/clang/docs/doxygen
|
||||
|
||||
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
|
||||
# extension names that should be enabled during MathJax rendering. For example
|
||||
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/docs/doxygen.cfg.in
|
||||
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/llvm/docs/doxygen.cfg.in
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/llvm/docs/doxygen.cfg.in
|
||||
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/llvm/docs/doxygen.cfg.in
|
||||
@@ -1433,7 +1433,7 @@ MATHJAX_FORMAT = HTML-CSS
|
||||
# The default value is: http://cdn.mathjax.org/mathjax/latest.
|
||||
# This tag requires that the tag USE_MATHJAX is set to YES.
|
||||
|
||||
-MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
|
||||
+MATHJAX_RELPATH = /usr/share/javascript/mathjax
|
||||
|
||||
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
|
||||
# extension names that should be enabled during MathJax rendering. For example
|
||||
Index: llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/polly/docs/doxygen.cfg.in
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3.orig/polly/docs/doxygen.cfg.in
|
||||
+++ llvm-toolchain-snapshot_10~+20191020075550+5b8546023f3/polly/docs/doxygen.cfg.in
|
||||
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/llvm/docs/doxygen.cfg.in
|
||||
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/llvm/docs/doxygen.cfg.in
|
||||
@@ -1433,7 +1433,7 @@ MATHJAX_FORMAT = HTML-CSS
|
||||
# The default value is: http://cdn.mathjax.org/mathjax/latest.
|
||||
# This tag requires that the tag USE_MATHJAX is set to YES.
|
||||
|
||||
-MATHJAX_RELPATH = https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js
|
||||
+MATHJAX_RELPATH = /usr/share/javascript/mathjax
|
||||
|
||||
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
|
||||
# extension names that should be enabled during MathJax rendering. For example
|
||||
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/polly/docs/doxygen.cfg.in
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/polly/docs/doxygen.cfg.in
|
||||
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/polly/docs/doxygen.cfg.in
|
||||
@@ -1433,7 +1433,7 @@ MATHJAX_FORMAT = HTML-CSS
|
||||
# The default value is: http://cdn.mathjax.org/mathjax/latest.
|
||||
# This tag requires that the tag USE_MATHJAX is set to YES.
|
||||
|
||||
8
debian/patches/print-lldb-path.patch
vendored
8
debian/patches/print-lldb-path.patch
vendored
@ -1,9 +1,11 @@
|
||||
Author: Gianfranco Costamagna <locutusofborg@debian.org>
|
||||
Last-Update: 2020-01-21
|
||||
|
||||
--- llvm-toolchain-snapshot-10~++20191229111838+6991d5728f1.orig/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
||||
+++ llvm-toolchain-snapshot-10~++20191229111838+6991d5728f1/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
||||
@@ -353,6 +353,8 @@ void ScriptInterpreterPython::ComputePyt
|
||||
Index: llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57.orig/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
||||
+++ llvm-toolchain-snapshot_11~++20200208101826+f9c28dc9a57/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
||||
@@ -355,6 +355,8 @@ void ScriptInterpreterPython::ComputePyt
|
||||
// x86_64, or bin on Windows).
|
||||
llvm::sys::path::remove_filename(path);
|
||||
llvm::sys::path::append(path, LLDB_PYTHON_RELATIVE_LIBDIR);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user