mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-30 15:58:54 +00:00
* 12.0 rc1 has been tagged
* experimental New snapshot release now 12 as branched
This commit is contained in:
parent
da68fdef45
commit
b8061f7f21
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -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 ]
|
[ 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
|
* 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!"
|
"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
|
* 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 ]
|
[ Gianfranco Costamagna ]
|
||||||
* Add upstream patch D92052 to fix a gcn offload compiler issue with gcc (Closes: #975692)
|
* 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
|
llvm-toolchain-snapshot (1:12~++20201105093023+cc2a2bb5ce5-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
|
2
debian/unpack.sh
vendored
2
debian/unpack.sh
vendored
@ -1,5 +1,5 @@
|
|||||||
set -e
|
set -e
|
||||||
ORIG_VERSION=snapshot
|
ORIG_VERSION=12
|
||||||
MAJOR_VERSION=12 # 8.0.1
|
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`
|
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user