mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-18 12:14:41 +00:00
rebase of the patches
This commit is contained in:
parent
805991b3e5
commit
687f146134
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_12~++20201021061106+4b7dafd9046/lld/tools/lld/CMakeLists.txt
|
Index: llvm-toolchain-snapshot_13~++20210416111933+08843a0c3f3e/lld/tools/lld/CMakeLists.txt
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_12~++20201021061106+4b7dafd9046.orig/lld/tools/lld/CMakeLists.txt
|
--- llvm-toolchain-snapshot_13~++20210416111933+08843a0c3f3e.orig/lld/tools/lld/CMakeLists.txt
|
||||||
+++ llvm-toolchain-snapshot_12~++20201021061106+4b7dafd9046/lld/tools/lld/CMakeLists.txt
|
+++ llvm-toolchain-snapshot_13~++20210416111933+08843a0c3f3e/lld/tools/lld/CMakeLists.txt
|
||||||
@@ -1,10 +1,18 @@
|
@@ -1,10 +1,18 @@
|
||||||
+set(LLD_ATOMIC_LIB "")
|
+set(LLD_ATOMIC_LIB "")
|
||||||
+
|
+
|
||||||
@ -29,4 +29,4 @@ Index: llvm-toolchain-snapshot_12~++20201021061106+4b7dafd9046/lld/tools/lld/CMa
|
|||||||
+ ${LLD_ATOMIC_LIB}
|
+ ${LLD_ATOMIC_LIB}
|
||||||
)
|
)
|
||||||
|
|
||||||
install(TARGETS lld
|
if(HAVE_LIBXAR)
|
||||||
|
Loading…
Reference in New Issue
Block a user