Merge remote-tracking branch 'origin/14' into snapshot

This commit is contained in:
Sylvestre Ledru 2022-07-23 23:05:39 +02:00
commit 12239b388a
3 changed files with 41 additions and 4 deletions

43
debian/changelog vendored
View File

@ -76,17 +76,40 @@ llvm-toolchain-snapshot (1:15~++20220202093833+1a3137dc8451-1~exp1) experimental
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 13 Feb 2022 23:25:57 +0100
llvm-toolchain-14 (1:14.0.4-4) unstable; urgency=medium
llvm-toolchain-14 (1:14.0.6-2) unstable; urgency=medium
[ Sam McCall ]
* Add conventional symlink to libc++ headers in /usr/include/c++/v1
See https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/-/merge_requests/95
for more information
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 23 Jul 2022 23:01:02 +0200
llvm-toolchain-14 (1:14.0.6-1) unstable; urgency=medium
* New upstream release
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 25 Jun 2022 09:56:23 +0200
llvm-toolchain-14 (1:14.0.5-1) unstable; urgency=medium
* New upstream release
* Only install grpc files libclang-X.Y-dev when grpc built
* Remove cv-insn-support.patch (applied upstream)
[ John Paul Adrian Glaubitz ]
* Disable compiler-rt built-ins on x32
[ Sylvestre Ledru ]
* Only install grpc files libclang-X.Y-dev when grpc built
[ Michael Biebl ]
* Add support for systemd-binfmt (Closes: #1012368)
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 11 Jun 2022 09:09:03 +0200
llvm-toolchain-14 (1:14.0.4-4) unstable; urgency=medium
* autopkgtest: Restrict debian/qualify-clang.sh on
amd64 arm64 i386
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 03 Jun 2022 10:52:10 +0200
llvm-toolchain-14 (1:14.0.4-3) unstable; urgency=medium
@ -490,6 +513,18 @@ llvm-toolchain-snapshot (1:14~++20210715093511+afc760ef3527-1~exp2) unstable; ur
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 06 Aug 2021 08:40:58 +0200
llvm-toolchain-13 (1:13.0.1-7) unstable; urgency=medium
[ Michael Biebl ]
* Add support for systemd-binfmt (Closes: #1012367)
[ Sam McCall ]
* Add conventional symlink to libc++ headers in /usr/include/c++/v1
See https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/-/merge_requests/95
for more information
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 22 Jul 2022 15:10:20 +0200
llvm-toolchain-13 (1:13.0.1-6) unstable; urgency=medium
[ John Paul Adrian Glaubitz ]

View File

@ -1,2 +1,3 @@
usr/lib/llvm-@LLVM_VERSION@/lib/libc++.so /usr/lib/x86_64-linux-gnu/libc++.so
usr/lib/llvm-@LLVM_VERSION@/lib/libc++.a /usr/lib/x86_64-linux-gnu/libc++.a
usr/lib/llvm-@LLVM_VERSION@/include/c++/v1 /usr/include/c++/v1

View File

@ -4,6 +4,7 @@ Depends: @, cmake, make, g++, file, dpkg-dev
# dbgsym packages not being available in testing
# clang-15-dbgsym, libclang1-15-dbgsym
Restrictions: allow-stderr
Architecture: amd64 arm64 i386
Tests: integration-test-suite-test
Depends: @, cmake, make, g++, libstdc++-10-dev