mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 12:33:45 +00:00
rebase of the patch
This commit is contained in:
parent
3da9fa4124
commit
6e8ad7c788
8
debian/patches/lld-use-link-atomic-i386.diff
vendored
8
debian/patches/lld-use-link-atomic-i386.diff
vendored
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user