mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 06:31:27 +00:00
clang provides objc++-compiler (Closes: #1082744)
This commit is contained in:
parent
c91c30ffcf
commit
d0e9440683
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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 <sylvestre@debian.org> Mon, 23 Sep 2024 13:23:31 +0200
|
||||
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user