* 12.0 rc1 has been tagged

* experimental New snapshot release now 12 as branched
This commit is contained in:
Sylvestre Ledru 2021-01-28 19:57:23 +01:00
parent da68fdef45
commit b8061f7f21
2 changed files with 10 additions and 4 deletions

12
debian/changelog vendored
View File

@ -1,7 +1,13 @@
llvm-toolchain-12 (1:12~++20210126092700+956d8e02e8a5-1~exp1) UNRELEASED; urgency=medium
llvm-toolchain-12 (1:12.0.0~+rc1-1~exp1) experimental; urgency=medium
* 12.0 rc1 has been tagged
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 28 Jan 2021 12:16:40 +0100
llvm-toolchain-12 (1:12.0.0~++20210127035054+8e464dd76bef-1~exp1) experimental; urgency=medium
[ Sylvestre Ledru ]
* experimental New snapshot release
* experimental New snapshot release now 12 as branched
* 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 & usr/bin/ld64.lld.darwinnew-12
@ -10,7 +16,7 @@ llvm-toolchain-12 (1:12~++20210126092700+956d8e02e8a5-1~exp1) UNRELEASED; urgenc
[ Gianfranco Costamagna ]
* Add upstream patch D92052 to fix a gcn offload compiler issue with gcc (Closes: #975692)
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 27 Jan 2021 15:48:54 +0100
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 27 Jan 2021 15:54:15 +0100
llvm-toolchain-snapshot (1:12~++20201105093023+cc2a2bb5ce5-1~exp1) experimental; urgency=medium

2
debian/unpack.sh vendored
View File

@ -1,5 +1,5 @@
set -e
ORIG_VERSION=snapshot
ORIG_VERSION=12
MAJOR_VERSION=12 # 8.0.1
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`