mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-18 18:37:45 +00:00
Merge remote-tracking branch 'origin/13' into 14
This commit is contained in:
commit
745b679791
21
debian/changelog
vendored
21
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
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
|
||||
@ -418,6 +427,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 ]
|
||||
|
1
debian/libc++-X.Y-dev.links.in
vendored
1
debian/libc++-X.Y-dev.links.in
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user