* New upstream release 19.1.0.

This commit is contained in:
Matthias Klose 2024-09-17 19:37:40 +02:00
parent 3ab346721f
commit 65c22232e7
2 changed files with 6 additions and 4 deletions

6
debian/changelog vendored
View File

@ -1,4 +1,6 @@
llvm-toolchain-19 (1:19.1.0~++rc4-6) UNRELEASED; urgency=medium
llvm-toolchain-19 (1:19.1.0-1) unstable; urgency=medium
* New upstream release 19.1.0.
[ Matthias Klose ]
* debian/qualify-clang.sh: Skip llvmlibc test, if libllvmlibc-dev is not
@ -9,7 +11,7 @@ llvm-toolchain-19 (1:19.1.0~++rc4-6) UNRELEASED; urgency=medium
* also pass -mxgot in LDFLAGS.
* d/p/mips-mlir-xgot.diff: Pass -mxgot for mlir.
-- Matthias Klose <doko@debian.org> Mon, 16 Sep 2024 11:16:39 +0200
-- Matthias Klose <doko@debian.org> Tue, 17 Sep 2024 18:04:21 +0200
llvm-toolchain-19 (1:19.1.0~++rc4-5) unstable; urgency=medium

4
debian/control vendored
View File

@ -347,8 +347,8 @@ Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Breaks: llvm-19-dev (<< 1:19.1.0~++rc3-1~exp2)
Replaces: llvm-19-dev (<< 1:19.1.0~++rc3-1~exp2)
Breaks: llvm-19-dev (<< 1:19.1.0~++20240910033111)
Replaces: llvm-19-dev (<< 1:19.1.0~++20240910033111)
Description: Modular compiler and toolchain technologies, runtime library
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other