mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-02 21:44:57 +00:00
rebase of the patches
This commit is contained in:
parent
1ea0a85755
commit
f1e7d211f5
8
debian/patches/libcxx-armhf-ftbfs.diff
vendored
8
debian/patches/libcxx-armhf-ftbfs.diff
vendored
@ -1,8 +1,8 @@
|
||||
Index: llvm-toolchain-snapshot_12~++20201001102642+456974ac78f/libcxx/include/atomic
|
||||
Index: llvm-toolchain-snapshot_12~++20210126092700+956d8e02e8a5/libcxx/include/atomic
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_12~++20201001102642+456974ac78f.orig/libcxx/include/atomic
|
||||
+++ llvm-toolchain-snapshot_12~++20201001102642+456974ac78f/libcxx/include/atomic
|
||||
@@ -2780,10 +2780,15 @@ typedef conditional<_LIBCPP_CONTENTION_L
|
||||
--- llvm-toolchain-snapshot_12~++20210126092700+956d8e02e8a5.orig/libcxx/include/atomic
|
||||
+++ llvm-toolchain-snapshot_12~++20210126092700+956d8e02e8a5/libcxx/include/atomic
|
||||
@@ -2791,10 +2791,15 @@ typedef conditional<_LIBCPP_CONTENTION_L
|
||||
typedef conditional<_LIBCPP_CONTENTION_LOCK_FREE, __cxx_contention_t, unsigned char>::type __libcpp_unsigned_lock_free;
|
||||
#else
|
||||
// No signed/unsigned lock-free types
|
||||
|
||||
8
debian/patches/print-lldb-path.patch
vendored
8
debian/patches/print-lldb-path.patch
vendored
@ -1,11 +1,11 @@
|
||||
Author: Gianfranco Costamagna <locutusofborg@debian.org>
|
||||
Last-Update: 2020-01-21
|
||||
|
||||
Index: llvm-toolchain-snapshot_12~++20201102081457+ba18bc4925d/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
||||
Index: llvm-toolchain-snapshot_12~++20210126092700+956d8e02e8a5/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_12~++20201102081457+ba18bc4925d.orig/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
||||
+++ llvm-toolchain-snapshot_12~++20201102081457+ba18bc4925d/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
||||
@@ -375,6 +375,8 @@ void ScriptInterpreterPython::ComputePyt
|
||||
--- llvm-toolchain-snapshot_12~++20210126092700+956d8e02e8a5.orig/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
||||
+++ llvm-toolchain-snapshot_12~++20210126092700+956d8e02e8a5/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
||||
@@ -383,6 +383,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);
|
||||
|
||||
736
debian/patches/python3-shebang.patch
vendored
736
debian/patches/python3-shebang.patch
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user