mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 20:04:50 +00:00
Fix the arm64 lldb build issue. Thanks to Ximin Luo (Closes: #836591)
This commit is contained in:
parent
049d79eff7
commit
d83a531f8c
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,5 +1,6 @@
|
||||
llvm-toolchain-3.8 (1:3.8.1-11) UNRELEASED; urgency=medium
|
||||
llvm-toolchain-3.8 (1:3.8.1-11) unstable; urgency=medium
|
||||
|
||||
* Fix the arm64 lldb build issue. Thanks to Ximin Luo (Closes: #836591)
|
||||
* Fix asan with libc6 >= 2.24 (asan-glibc-2.24.diff, backport of 269633)
|
||||
Many thanks to Michael Stapelberg for the great bug report.
|
||||
(Closes: 836723)
|
||||
|
18
debian/patches/lldb-dont-assume-64bit-systems-are-all-x86-64.patch
vendored
Normal file
18
debian/patches/lldb-dont-assume-64bit-systems-are-all-x86-64.patch
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
Index: llvm-toolchain-3.8-3.8.1/lldb/cmake/modules/LLDBConfig.cmake
|
||||
===================================================================
|
||||
--- llvm-toolchain-3.8-3.8.1.orig/lldb/cmake/modules/LLDBConfig.cmake
|
||||
+++ llvm-toolchain-3.8-3.8.1/lldb/cmake/modules/LLDBConfig.cmake
|
||||
@@ -165,13 +165,6 @@ function(find_python_libs_windows)
|
||||
endfunction(find_python_libs_windows)
|
||||
|
||||
if (NOT LLDB_DISABLE_PYTHON)
|
||||
- if(UNIX)
|
||||
- # This is necessary for crosscompile on Ubuntu 14.04 64bit. Need a proper fix.
|
||||
- if(CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||
- set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
||||
- endif()
|
||||
- endif()
|
||||
-
|
||||
if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
|
||||
find_python_libs_windows()
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -46,3 +46,4 @@ D17567-PR23529-Sema-part-of-attrbute-abi_tag-support.diff
|
||||
D18035-PR23529-Mangler-part-of-attrbute-abi_tag-support.diff
|
||||
kfreebsd-support.diff
|
||||
asan-glibc-2.24.diff
|
||||
lldb-dont-assume-64bit-systems-are-all-x86-64.patch
|
||||
|
Loading…
Reference in New Issue
Block a user