mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 00:56:19 +00:00
Drop lldb-link-atomic-cmake.patch, probably already superseeded by upstream commit f753bfeeec449dcd0e56bfa98b359598e4798b1f
This commit is contained in:
parent
b4ca26951a
commit
9d8958e1b8
26
debian/patches/lldb/lldb-link-atomic-cmake.patch
vendored
26
debian/patches/lldb/lldb-link-atomic-cmake.patch
vendored
@ -1,26 +0,0 @@
|
||||
Description: Link with -latomic when mips* processor is detected
|
||||
Author: Gianfranco Costamagna <locutusofborg@debian.org>
|
||||
Last-Update: 2016-07-27
|
||||
|
||||
---
|
||||
lldb/cmake/LLDBDependencies.cmake | 6 ++++++
|
||||
1 file changed, 6 insertions(+)
|
||||
|
||||
Index: llvm-toolchain-snapshot_15~++20220407011631+46f0e2ceb487/lldb/source/Utility/CMakeLists.txt
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_15~++20220407011631+46f0e2ceb487.orig/lldb/source/Utility/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot_15~++20220407011631+46f0e2ceb487/lldb/source/Utility/CMakeLists.txt
|
||||
@@ -15,6 +15,13 @@ endif()
|
||||
|
||||
list(APPEND LLDB_SYSTEM_LIBS ${CMAKE_DL_LIBS})
|
||||
|
||||
+if(CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "mips" OR
|
||||
+ CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "mipsel" OR
|
||||
+ CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "mips64el" OR
|
||||
+ CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "powerpcspe")
|
||||
+ list(APPEND LLDB_SYSTEM_LIBS atomic)
|
||||
+endif()
|
||||
+
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||
list(APPEND LLDB_SYSTEM_LIBS ws2_32 rpcrt4)
|
||||
endif ()
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -51,7 +51,6 @@ scan-view-fix-path.diff
|
||||
fix-scan-view-path.diff
|
||||
|
||||
# lldb
|
||||
lldb/lldb-link-atomic-cmake.patch
|
||||
lldb/lldb-addversion-suffix-to-llvm-server-exec.patch
|
||||
lldb/lldb-missing-install.diff
|
||||
lldb/lldb-disable-swig-error.diff
|
||||
|
Loading…
Reference in New Issue
Block a user