mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 13:27:05 +00:00
clang provides objc++-compiler (Closes: #1082744)
This commit is contained in:
parent
64a3b94330
commit
df45eae76e
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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
2
debian/control.in
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user