From d0e9440683c8bb00e944005a87e357fe0a31d743 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 30 Sep 2024 22:31:32 +0200 Subject: [PATCH] clang provides objc++-compiler (Closes: #1082744) --- debian/changelog | 1 + debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index bb88ab67..cf7a6127 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ llvm-toolchain-18 (1:18.1.8-12) UNRELEASED; urgency=medium * Backport a miscompilation fix (Closes: #1082727) * Fix the bootstrapping (Closes: #1082610) Thanks to Andrey Feofilaktov for the patch + * clang provides objc++-compiler (Closes: #1082744) -- Sylvestre Ledru Mon, 23 Sep 2024 13:23:31 +0200 diff --git a/debian/control b/debian/control index 6d9f63f3..dd94eebd 100644 --- a/debian/control +++ b/debian/control @@ -51,7 +51,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libclang-common-18-dev (= ${binary:Version}), llvm-18-linker-tools (= ${binary:Version}), libclang1-18 (= ${binary:Version}), libc6-dev, binutils -Provides: c-compiler, objc-compiler, c++-compiler +Provides: c-compiler, objc-compiler, c++-compiler, objc++-compiler Recommends: llvm-18-dev, python3 # libomp-18-dev Suggests: clang-18-doc, wasi-libc diff --git a/debian/control.in b/debian/control.in index 225c9e81..7abdd83e 100644 --- a/debian/control.in +++ b/debian/control.in @@ -51,7 +51,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs}, libclang-common-@LLVM_VERSION@-dev (= ${binary:Version}), llvm-@LLVM_VERSION@-linker-tools (= ${binary:Version}), 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 # libomp-@LLVM_VERSION@-dev Suggests: clang-@LLVM_VERSION@-doc, wasi-libc