From 6e8ad7c7886c64eb46f1f663b522c585672cbb33 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 5 Aug 2021 22:22:56 +0200 Subject: [PATCH] rebase of the patch --- debian/patches/lld-use-link-atomic-i386.diff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/lld-use-link-atomic-i386.diff b/debian/patches/lld-use-link-atomic-i386.diff index d27fbc00..89a2222d 100644 --- a/debian/patches/lld-use-link-atomic-i386.diff +++ b/debian/patches/lld-use-link-atomic-i386.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-snapshot_13~++20210603111529+5c0d1b2f902a/lld/tools/lld/CMakeLists.txt +Index: llvm-toolchain-snapshot_14~++20210805101753+11565320fd55/lld/tools/lld/CMakeLists.txt =================================================================== ---- llvm-toolchain-snapshot_13~++20210603111529+5c0d1b2f902a.orig/lld/tools/lld/CMakeLists.txt -+++ llvm-toolchain-snapshot_13~++20210603111529+5c0d1b2f902a/lld/tools/lld/CMakeLists.txt +--- llvm-toolchain-snapshot_14~++20210805101753+11565320fd55.orig/lld/tools/lld/CMakeLists.txt ++++ llvm-toolchain-snapshot_14~++20210805101753+11565320fd55/lld/tools/lld/CMakeLists.txt @@ -1,10 +1,18 @@ +set(LLD_ATOMIC_LIB "") + @@ -23,7 +23,7 @@ Index: llvm-toolchain-snapshot_13~++20210603111529+5c0d1b2f902a/lld/tools/lld/CM ) export_executable_symbols_for_plugins(lld) @@ -18,6 +26,7 @@ target_link_libraries(lld - lldMachO2 + lldMachO lldMinGW lldWasm + ${LLD_ATOMIC_LIB}