mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-23 22:33:33 +00:00
rebase of the patches
This commit is contained in:
parent
9f53d536a4
commit
b2495d07e6
14
debian/patches/libcxxabi-fix-link-builtins.diff
vendored
14
debian/patches/libcxxabi-fix-link-builtins.diff
vendored
@ -1,11 +1,11 @@
|
|||||||
if LIBCXXABI_USE_COMPILER_RT=ON, add builtins to libcxxabi library
|
if LIBCXXABI_USE_COMPILER_RT=ON, add builtins to libcxxabi library
|
||||||
flags, otherwise add libgcc following how libunwind does the same
|
flags, otherwise add libgcc following how libunwind does the same
|
||||||
Index: llvm-toolchain-snapshot_14~++20211114120952+5b4bfd8c2415/libcxxabi/src/CMakeLists.txt
|
Index: llvm-toolchain-snapshot_15~++20220517092516+a09af8669396/libcxxabi/src/CMakeLists.txt
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_14~++20211114120952+5b4bfd8c2415.orig/libcxxabi/src/CMakeLists.txt
|
--- llvm-toolchain-snapshot_15~++20220517092516+a09af8669396.orig/libcxxabi/src/CMakeLists.txt
|
||||||
+++ llvm-toolchain-snapshot_14~++20211114120952+5b4bfd8c2415/libcxxabi/src/CMakeLists.txt
|
+++ llvm-toolchain-snapshot_15~++20220517092516+a09af8669396/libcxxabi/src/CMakeLists.txt
|
||||||
@@ -111,7 +111,9 @@ if (ANDROID AND ANDROID_PLATFORM_LEVEL L
|
@@ -77,7 +77,9 @@ else()
|
||||||
list(APPEND LIBCXXABI_LIBRARIES android_support)
|
add_library_flags_if(LIBCXXABI_HAS_C_LIB c)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
-if (NOT LIBCXXABI_USE_COMPILER_RT)
|
-if (NOT LIBCXXABI_USE_COMPILER_RT)
|
||||||
@ -13,5 +13,5 @@ Index: llvm-toolchain-snapshot_14~++20211114120952+5b4bfd8c2415/libcxxabi/src/CM
|
|||||||
+ add_library_flags("${LIBCXXABI_BUILTINS_LIBRARY}")
|
+ add_library_flags("${LIBCXXABI_BUILTINS_LIBRARY}")
|
||||||
+else()
|
+else()
|
||||||
add_library_flags_if(LIBCXXABI_HAS_GCC_LIB gcc)
|
add_library_flags_if(LIBCXXABI_HAS_GCC_LIB gcc)
|
||||||
endif ()
|
endif()
|
||||||
|
if (NOT LIBCXXABI_USE_LLVM_UNWINDER)
|
||||||
|
550
debian/patches/python3-shebang.patch
vendored
550
debian/patches/python3-shebang.patch
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user