rebase of the patches

This commit is contained in:
Sylvestre Ledru 2021-01-26 10:01:55 +01:00
parent 1ea0a85755
commit f1e7d211f5
3 changed files with 371 additions and 381 deletions

View File

@ -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

View File

@ -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);

File diff suppressed because it is too large Load Diff