mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-27 19:29:56 +00:00
rebase of the patches
This commit is contained in:
parent
9146a3e7dd
commit
6d3dba5e99
8
debian/patches/print-lldb-path.patch
vendored
8
debian/patches/print-lldb-path.patch
vendored
@ -1,10 +1,10 @@
|
|||||||
Author: Gianfranco Costamagna <locutusofborg@debian.org>
|
Author: Gianfranco Costamagna <locutusofborg@debian.org>
|
||||||
Last-Update: 2020-01-21
|
Last-Update: 2020-01-21
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_15~++20220724113059+7feab85df8e8/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
Index: llvm-toolchain-snapshot_16~++20220731055325+02b3a358926e/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_15~++20220724113059+7feab85df8e8.orig/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
--- llvm-toolchain-snapshot_16~++20220731055325+02b3a358926e.orig/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
||||||
+++ llvm-toolchain-snapshot_15~++20220724113059+7feab85df8e8/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
+++ llvm-toolchain-snapshot_16~++20220731055325+02b3a358926e/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|
||||||
@@ -239,6 +239,8 @@ void ScriptInterpreterPython::ComputePyt
|
@@ -239,6 +239,8 @@ void ScriptInterpreterPython::ComputePyt
|
||||||
// x86_64, or bin on Windows).
|
// x86_64, or bin on Windows).
|
||||||
llvm::sys::path::remove_filename(path);
|
llvm::sys::path::remove_filename(path);
|
||||||
@ -13,4 +13,4 @@ Index: llvm-toolchain-snapshot_15~++20220724113059+7feab85df8e8/lldb/source/Plug
|
|||||||
+ std::replace(path.begin(), path.end(), '/lib/lib/', '/lib/');
|
+ std::replace(path.begin(), path.end(), '/lib/lib/', '/lib/');
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
// This will be injected directly through FileSpec.GetDirectory().SetString(),
|
// This will be injected directly through FileSpec.SetDirectory(),
|
||||||
|
Loading…
Reference in New Issue
Block a user