From 847183dad2d73142f95ef1214a0a5421280171ca Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 26 Nov 2020 20:48:59 +0100 Subject: [PATCH] Also install usr/lib/llvm-12/bin/ld64.lld.darwinnew & usr/bin/ld64.lld.darwinnew-12 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fab5436e..9eabb42b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ 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 + * Also install usr/lib/llvm-12/bin/ld64.lld.darwinnew & usr/bin/ld64.lld.darwinnew-12 [ Gianfranco Costamagna ] * Add upstream patch D92052 to fix a gcn offload compiler issue with gcc (Closes: #975692)