clang provides objc++-compiler (Closes: #1082744)

This commit is contained in:
Sylvestre Ledru 2024-09-30 22:32:58 +02:00
parent 64a3b94330
commit df45eae76e
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -5,6 +5,7 @@ llvm-toolchain-19 (1:19.1.0-5) unstable; urgency=medium
* Disable LLVM libc on bionic * Disable LLVM libc on bionic
* Fix the bootstrapping (Closes: #1082610) * Fix the bootstrapping (Closes: #1082610)
Thanks to Andrey Feofilaktov for the patch Thanks to Andrey Feofilaktov for the patch
* clang provides objc++-compiler (Closes: #1082744)
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 23 Sep 2024 13:20:42 +0200 -- Sylvestre Ledru <sylvestre@debian.org> Mon, 23 Sep 2024 13:20:42 +0200

2
debian/control vendored
View File

@ -51,7 +51,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
libclang-common-19-dev (= ${binary:Version}), libclang-common-19-dev (= ${binary:Version}),
llvm-19-linker-tools (= ${binary:Version}), llvm-19-linker-tools (= ${binary:Version}),
libclang1-19 (= ${binary:Version}), libc6-dev, binutils libclang1-19 (= ${binary:Version}), libc6-dev, binutils
Provides: c-compiler, objc-compiler, c++-compiler Provides: c-compiler, objc-compiler, c++-compiler, objc++-compiler
Recommends: llvm-19-dev, python3 Recommends: llvm-19-dev, python3
# libomp-19-dev # libomp-19-dev
Suggests: clang-19-doc, wasi-libc Suggests: clang-19-doc, wasi-libc

2
debian/control.in vendored
View File

@ -51,7 +51,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
libclang-common-@LLVM_VERSION@-dev (= ${binary:Version}), libclang-common-@LLVM_VERSION@-dev (= ${binary:Version}),
llvm-@LLVM_VERSION@-linker-tools (= ${binary:Version}), llvm-@LLVM_VERSION@-linker-tools (= ${binary:Version}),
libclang1-@LLVM_VERSION@ (= ${binary:Version}), libc6-dev, binutils libclang1-@LLVM_VERSION@ (= ${binary:Version}), libc6-dev, binutils
Provides: c-compiler, objc-compiler, c++-compiler Provides: c-compiler, objc-compiler, c++-compiler, objc++-compiler
Recommends: llvm-@LLVM_VERSION@-dev, python3 Recommends: llvm-@LLVM_VERSION@-dev, python3
# libomp-@LLVM_VERSION@-dev # libomp-@LLVM_VERSION@-dev
Suggests: clang-@LLVM_VERSION@-doc, wasi-libc Suggests: clang-@LLVM_VERSION@-doc, wasi-libc