mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-01 02:32:45 +00:00
Also install usr/lib/llvm-12/bin/ld64.lld.darwinnew
This commit is contained in:
parent
85157dae45
commit
90c231d4d4
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -4,11 +4,12 @@ llvm-toolchain-snapshot (1:12~++20201124100523+245052ac3080-1~exp1) UNRELEASED;
|
||||
* experimental New snapshot release
|
||||
* Workaround a static_assert on https://bugs.llvm.org/show_bug.cgi?id=48259
|
||||
"static assertion failed: Recycler allocation size is less than object size!"
|
||||
* Also install usr/lib/llvm-12/bin/ld64.lld.darwinnew
|
||||
|
||||
[ Gianfranco Costamagna ]
|
||||
* Add upstream patch D92052 to fix a gcn offload compiler issue with gcc (Closes: #975692)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 24 Nov 2020 10:08:59 +0100
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 25 Nov 2020 11:03:18 +0100
|
||||
|
||||
llvm-toolchain-snapshot (1:12~++20201105093023+cc2a2bb5ce5-1~exp1) experimental; urgency=medium
|
||||
|
||||
|
||||
5
debian/lld-X.Y.install.in
vendored
5
debian/lld-X.Y.install.in
vendored
@ -1,11 +1,12 @@
|
||||
usr/lib/llvm-@LLVM_VERSION@/bin/ld.lld*
|
||||
usr/lib/llvm-@LLVM_VERSION@/bin/ld64.lld
|
||||
usr/lib/llvm-@LLVM_VERSION@/bin/ld64.lld*
|
||||
usr/lib/llvm-@LLVM_VERSION@/bin/lld-*
|
||||
usr/lib/llvm-@LLVM_VERSION@/bin/lld
|
||||
usr/lib/llvm-@LLVM_VERSION@/bin/wasm-ld
|
||||
|
||||
|
||||
usr/bin/lld-link-@LLVM_VERSION@
|
||||
usr/bin/ld.lld-@LLVM_VERSION@
|
||||
usr/bin/ld64.lld-@LLVM_VERSION@
|
||||
usr/bin/ld64.lld-@LLVM_VERSION@*
|
||||
usr/bin/lld-@LLVM_VERSION@*
|
||||
usr/bin/wasm-ld-@LLVM_VERSION@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user