snapshot is now 18

This commit is contained in:
Sylvestre Ledru 2023-07-25 18:27:07 +02:00
parent dae76954a8
commit bf100602e2
2 changed files with 121 additions and 115 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-snapshot (1:18~++20230724083402+862b93a8095c-1~exp2) experimental; urgency=medium
* snapshot is now 18
--
llvm-toolchain-snapshot (1:17~++20230724083402+862b93a8095c-1~exp1) experimental; urgency=medium
* Fix for real the libclang-rt-17-dev issue

230
debian/control vendored
View File

@ -40,16 +40,16 @@ Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/snapshot
# ------------- clang -------------
Package: clang-17
Package: clang-18
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
${dep:devlibs-objc}, libclang-common-17-dev (= ${source:Version}),
llvm-17-linker-tools (= ${binary:Version}),
libclang1-17 (= ${binary:Version}), libc6-dev, binutils
${dep:devlibs-objc}, libclang-common-18-dev (= ${source:Version}),
llvm-18-linker-tools (= ${binary:Version}),
libclang1-18 (= ${binary:Version}), libc6-dev, binutils
Provides: c-compiler, objc-compiler, c++-compiler
Recommends: llvm-17-dev, python3
# libomp-17-dev
Suggests: clang-17-doc, wasi-libc
Recommends: llvm-18-dev, python3
# libomp-18-dev
Suggests: clang-18-doc, wasi-libc
Description: C, C++ and Objective-C compiler
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
@ -58,9 +58,9 @@ Description: C, C++ and Objective-C compiler
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
Package: clang-tools-17
Package: clang-tools-18
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-17 (= ${binary:Version}),
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-18 (= ${binary:Version}),
python3
Description: clang-based tools for C/C++ developments
Clang project is a C, C++, Objective C and Objective C++ front-end
@ -72,10 +72,10 @@ Description: clang-based tools for C/C++ developments
.
This package contains some clang-based tools like scan-build, clang-cl, etc.
Package: clang-format-17
Package: clang-format-18
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python3,
libllvm17 (= ${binary:Version})
libllvm18 (= ${binary:Version})
Description: Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
@ -88,21 +88,21 @@ Description: Tool to format C/C++/Obj-C code
.
This package also provides vim and emacs plugins.
Package: clang-tidy-17
Package: clang-tidy-18
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python3,
libllvm17 (= ${binary:Version}), libclang-common-17-dev,
clang-tools-17, python3-yaml
libllvm18 (= ${binary:Version}), libclang-common-18-dev,
clang-tools-18, python3-yaml
Description: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
Package: clangd-17
Package: clangd-18
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libclang-common-17-dev (= ${source:Version})
libclang-common-18-dev (= ${source:Version})
Description: Language server that provides IDE-like features to editors
clangd understands your C++ code and adds smart features to your editor:
- code completion
@ -113,7 +113,7 @@ Description: Language server that provides IDE-like features to editors
clangd is a language server that implements the Language Server Protocol;
it can work with many editors through a plugin.
Package: clang-17-doc
Package: clang-18-doc
Architecture: all
Section: doc
Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-mathjax
@ -127,7 +127,7 @@ Description: C, C++ and Objective-C compiler - Documentation
.
This package contains the documentation.
Package: libclang1-17
Package: libclang1-18
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@ -148,12 +148,12 @@ Description: C interface to the Clang library
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang-17-dev
Package: libclang-18-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
${dep:devlibs-objc}, libclang1-17 (= ${binary:Version}),
libclang-common-17-dev (= ${source:Version})
${dep:devlibs-objc}, libclang1-18 (= ${binary:Version}),
libclang-common-18-dev (= ${source:Version})
Description: Clang library - Development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
@ -163,14 +163,14 @@ Description: Clang library - Development package
provides most of the support of C++20.
.
This package contains the Clang headers to develop extensions over
libclang1-17.
libclang1-18.
Package: libclang-common-17-dev
Package: libclang-common-18-dev
Architecture: all
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm17 (>= ${source:Version}),
libllvm17 (<< ${source:Version}.1~)
Recommends: libclang-rt-17-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1)
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm18 (>= ${source:Version}),
libllvm18 (<< ${source:Version}.1~)
Recommends: libclang-rt-18-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1)
Description: Clang library - Common development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
@ -183,12 +183,12 @@ Description: Clang library - Common development package
# ------------- compiler-rt -------------
Package: libclang-rt-17-dev
Package: libclang-rt-18-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Breaks: libclang-common-17-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Replaces: libclang-common-17-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Breaks: libclang-common-18-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Replaces: libclang-common-18-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Compiler-rt - development package
This package provides various libraries:
@ -201,36 +201,36 @@ Description: Compiler-rt - development package
DataFlowSanitizer, etc
* profile - Library which is used to collect coverage information.
Package: libclang-rt-17-dev-wasm32
Package: libclang-rt-18-dev-wasm32
Architecture: all
Multi-Arch: foreign
Section: libdevel
Breaks: libclang-common-17-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Replaces: libclang-common-17-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Breaks: libclang-common-18-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Replaces: libclang-common-18-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libclang-common-17-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1)
Recommends: libclang-common-18-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1)
Description: Compiler-rt - wasm32 builtins
Provides the compiler-rt builtins for WebAssembly 32 bits
Package: libclang-rt-17-dev-wasm64
Package: libclang-rt-18-dev-wasm64
Architecture: all
Multi-Arch: foreign
Section: libdevel
Breaks: libclang-common-17-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Replaces: libclang-common-17-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Breaks: libclang-common-18-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Replaces: libclang-common-18-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libclang-common-17-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1)
Recommends: libclang-common-18-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1)
Description: Compiler-rt - wasm64 builtins
Provides the compiler-rt builtins for WebAssembly 64 bits
# ------------- polly -------------
Package: libpolly-17-dev
Package: libpolly-18-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Breaks: libclang-common-17-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Replaces: libclang-common-17-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Breaks: libclang-common-18-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Replaces: libclang-common-18-dev (<< 1:16~++20230115053056+df5fc4504b86-1~exp1)
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: High-level loop and data-locality optimizer
Uses an abstract mathematical representation based on integer polyhedra
@ -238,10 +238,10 @@ Description: High-level loop and data-locality optimizer
# ------------- clang libraries -------------
Package: libclang-cpp17
Package: libclang-cpp18
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm17 (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm18 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
@ -259,12 +259,12 @@ Description: C++ interface to the Clang library
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang-cpp17-dev
Package: libclang-cpp18-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},
libclang-cpp17 (= ${binary:Version})
# Move of libclang-cpp.so into libclang-cpp17.dev
libclang-cpp18 (= ${binary:Version})
# Move of libclang-cpp.so into libclang-cpp18.dev
Description: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
@ -285,10 +285,10 @@ Description: C++ interface to the Clang library
linker at build time.
Package: libfuzzer-17-dev
Package: libfuzzer-18-dev
Architecture: linux-any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-17 (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-18 (= ${binary:Version})
Description: Library for coverage-guided fuzz testing
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
of other libraries.
@ -306,10 +306,10 @@ Description: Library for coverage-guided fuzz testing
instrumentation.
Package: python3-clang-17
Package: python3-clang-18
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python3, libclang-17-dev
Depends: ${shlibs:Depends}, ${misc:Depends}, python3, libclang-18-dev
Replaces: python-clang-x.y,
Conflicts: python-clang-x.y
Provides: python-clang-x.y
@ -323,7 +323,7 @@ Description: Clang Python Bindings
.
This binding package provides access to the Clang compiler and libraries.
Package: clang-17-examples
Package: clang-18-examples
Architecture: any
Section: doc
Depends: ${shlibs:Depends}, ${misc:Depends}
@ -339,7 +339,7 @@ Description: Clang examples
# ------------- LLVM -------------
Package: libllvm17
Package: libllvm18
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@ -352,7 +352,7 @@ Description: Modular compiler and toolchain technologies, runtime library
.
This package contains the LLVM runtime library.
Package: llvm-17-linker-tools
Package: llvm-18-linker-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Modular compiler and toolchain technologies - Plugins
@ -362,13 +362,13 @@ Description: Modular compiler and toolchain technologies - Plugins
.
This package contains the LLVMgold and LLVMPolly linker plugins.
Package: llvm-17
Package: llvm-18
Architecture: any
Suggests: llvm-17-doc
Depends: llvm-17-runtime (= ${binary:Version}),
llvm-17-linker-tools (= ${binary:Version}),
Suggests: llvm-18-doc
Depends: llvm-18-runtime (= ${binary:Version}),
llvm-18-linker-tools (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
Recommends: llvm-17-dev
Recommends: llvm-18-dev
Description: Modular compiler and toolchain technologies
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
@ -392,7 +392,7 @@ Description: Modular compiler and toolchain technologies
a young scheme front-end, and Java support is in development. LLVM can
generate code for X96, SparcV10, PowerPC or many other architectures.
Package: llvm-17-runtime
Package: llvm-18-runtime
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: binfmt-support | systemd
@ -412,11 +412,11 @@ Description: Modular compiler and toolchain technologies, IR interpreter
This package provides the minimal required to execute programs in LLVM
format.
Package: llvm-17-dev
Package: llvm-18-dev
Architecture: any
Depends: ${shlibs:Depends}, libffi-dev, ${misc:Depends},
llvm-17 (= ${binary:Version}), libllvm17 (= ${binary:Version}), libncurses-dev,
llvm-17-tools (= ${binary:Version}), libclang-cpp17 (= ${binary:Version}),
llvm-18 (= ${binary:Version}), libllvm18 (= ${binary:Version}), libncurses-dev,
llvm-18-tools (= ${binary:Version}), libclang-cpp18 (= ${binary:Version}),
libz3-dev, libxml2-dev
Description: Modular compiler and toolchain technologies, libraries and headers
LLVM is a collection of libraries and tools that make it easy to build
@ -434,7 +434,7 @@ Description: Modular compiler and toolchain technologies, libraries and headers
This package provides the libraries and headers to develop applications
using llvm.
Package: llvm-17-tools
Package: llvm-18-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python3,
python3-pygments, python3-yaml,
@ -454,11 +454,11 @@ Description: Modular compiler and toolchain technologies, tools
.
This package provides tools for testing.
Package: libllvm-17-ocaml-dev
Package: libllvm-18-ocaml-dev
Section: ocaml
Architecture: amd64 arm64 armhf ppc64el s390x riscv64
Suggests: llvm-17-doc
Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends}, llvm-17-dev (= ${binary:Version})
Suggests: llvm-18-doc
Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends}, llvm-18-dev (= ${binary:Version})
Replaces: libllvm-x.y-ocaml-dev
Conflicts: libllvm-x.y-ocaml-dev
Provides: ${ocaml:Provides}, libllvm-x.y-ocaml-dev
@ -477,7 +477,7 @@ Description: Modular compiler and toolchain technologies, OCaml bindings
.
This package provides the OCaml bindings to develop applications using llvm.
Package: llvm-17-doc
Package: llvm-18-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
@ -496,10 +496,10 @@ Description: Modular compiler and toolchain technologies, documentation
.
This package contains all documentation (extensive).
Package: llvm-17-examples
Package: llvm-18-examples
Section: doc
Architecture: all
Depends: ${misc:Depends}, llvm-17-dev (>= ${source:Version}), llvm-17-dev (<< ${source:Version}+c~)
Depends: ${misc:Depends}, llvm-18-dev (>= ${source:Version}), llvm-18-dev (<< ${source:Version}+c~)
Description: Modular compiler and toolchain technologies, examples
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
@ -519,20 +519,20 @@ Description: Modular compiler and toolchain technologies, examples
# ------------- lld -------------
Package: lld-17
Package: lld-18
Architecture: amd64 arm64 armel armhf i386 mipsel mips64el ppc64el kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 riscv64
# ia64 hurd powerpc have been removed
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm17 (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm18 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: LLVM-based linker
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
Package: liblld-17
Package: liblld-18
Architecture: amd64 arm64 armel armhf i386 mipsel mips64el ppc64el kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 riscv64
# ia64 hurd powerpc have been removed
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm17 (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm18 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Section: libs
Description: LLVM-based linker, library
@ -542,12 +542,12 @@ Description: LLVM-based linker, library
.
This package contains the LLD runtime library.
Package: liblld-17-dev
Package: liblld-18-dev
Section: libdevel
Architecture: amd64 arm64 armel armhf i386 mipsel mips64el ppc64el kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 riscv64
# ia64 hurd powerpc have been removed
Depends: ${shlibs:Depends}, ${misc:Depends}, lld-17 (= ${binary:Version}),
liblld-17 (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends}, lld-18 (= ${binary:Version}),
liblld-18 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: LLVM-based linker, header files
LLD is a new, high-performance linker. It is built as a set of reusable
@ -559,21 +559,21 @@ Description: LLVM-based linker, header files
# ------------- lldb -------------
Package: lldb-17
Package: lldb-18
Architecture: amd64 arm64 armel armhf i386 ppc64el kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc hppa m68k sh4 x32
# ia64 hurd powerpc powerpcspe ppc64 alpha riscv64 s390x sparc64 mipsel mips64el have been removed
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm17 (= ${binary:Version})
python3-lldb-17
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm18 (= ${binary:Version}),
python3-lldb-18
Pre-Depends: ${misc:Pre-Depends}
Description: Next generation, high-performance debugger
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
Package: liblldb-17
Package: liblldb-18
Architecture: amd64 arm64 armel armhf i386 ppc64el kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc hppa m68k sh4 x32
# ia64 hurd powerpc powerpcspe ppc64 alpha riscv64 s390x sparc64 mipsel mips64el have been removed
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm17 (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm18 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Section: libs
Description: Next generation, high-performance debugger, library
@ -583,11 +583,11 @@ Description: Next generation, high-performance debugger, library
.
This package contains the LLDB runtime library.
Package: python3-lldb-17
Package: python3-lldb-18
Section: python
Architecture: amd64 arm64 armel armhf i386 ppc64el kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc hppa m68k sh4 x32
# ia64 hurd powerpc powerpcspe ppc64 alpha riscv64 s390x sparc64 mipsel mips64el have been removed
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, liblldb-17 (= ${binary:Version}), python3-six
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, liblldb-18 (= ${binary:Version}), python3-six
Conflicts: python3-lldb-x.y
Replaces: python3-lldb-x.y
Provides: python3-lldb-x.y
@ -599,11 +599,11 @@ Description: Next generation, high-performance debugger, python3 lib
.
This binding package provides access to lldb.
Package: liblldb-17-dev
Package: liblldb-18-dev
Section: libdevel
Architecture: amd64 arm64 armel armhf i386 ppc64el kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc hppa m68k sh4 x32
# ia64 hurd powerpc powerpcspe ppc64 alpha riscv64 s390x sparc64 mipsel mips64el have been removed
Depends: ${shlibs:Depends}, ${misc:Depends}, lldb-17 (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends}, lldb-18 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: Next generation, high-performance debugger, header files
LLDB is a next generation, high-performance debugger. It is built as a set of
@ -617,11 +617,11 @@ Description: Next generation, high-performance debugger, header files
# 44 because it was the first version in which openmp & libc++ have been
# managed in llvm-defaults
Package: libomp-17-dev
Package: libomp-18-dev
Section: libdevel
Architecture: amd64 arm64 armhf i386 mips64el ppc64el ppc64 riscv64
Depends: libomp5-17 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: libomp-17-doc
Depends: libomp5-18 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: libomp-18-doc
Breaks: libiomp-dev (<< 3.7-1), libomp-dev (<< 44)
Provides: libomp-x.y-dev
Conflicts: libomp-x.y-dev
@ -631,7 +631,7 @@ Description: LLVM OpenMP runtime - dev package
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp5-17
Package: libomp5-18
Multi-Arch: same
Architecture: amd64 arm64 armhf i386 mips64el ppc64el ppc64 riscv64
Depends: ${shlibs:Depends}, ${misc:Depends}
@ -644,7 +644,7 @@ Description: LLVM OpenMP runtime
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp-17-doc
Package: libomp-18-doc
Section: doc
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-jquery
@ -659,7 +659,7 @@ Description: LLVM OpenMP runtime - Documentation
# ------------- libcxx -------------
Package: libc++1-17
Package: libc++1-18
Section: libs
Architecture: any
Multi-Arch: same
@ -683,12 +683,12 @@ Description: LLVM C++ Standard library
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++-17-dev
Package: libc++-18-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libc++1-17 (= ${binary:Version}), ${misc:Depends},
libunwind-17-dev [amd64 arm64 armhf i386 mips64el ppc64el ppc64 riscv64]
Depends: libc++1-18 (= ${binary:Version}), ${misc:Depends},
libunwind-18-dev [amd64 arm64 armhf i386 mips64el ppc64el ppc64 riscv64]
Breaks: libc++-dev (<< 44)
Provides: libc++-x.y-dev
Conflicts: libc++-x.y-dev
@ -706,11 +706,11 @@ Description: LLVM C++ Standard library (development files)
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++-17-dev-wasm32
Package: libc++-18-dev-wasm32
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends: wasi-libc, libc++abi-17-dev-wasm32, ${misc:Depends}
Depends: wasi-libc, libc++abi-18-dev-wasm32, ${misc:Depends}
Provides: libc++-x.y-dev-wasm32
Conflicts: libc++-x.y-dev-wasm32
Replaces: libc++-x.y-dev-wasm32
@ -731,7 +731,7 @@ Description: LLVM C++ Standard library (WASI)
# ------------- libcxxabi -------------
Package: libc++abi1-17
Package: libc++abi1-18
Section: libs
Architecture: any
Multi-Arch: same
@ -750,11 +750,11 @@ Description: LLVM low level support for a standard C++ library
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi-17-dev
Package: libc++abi-18-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libc++abi1-17 (= ${binary:Version}), ${misc:Depends}
Depends: libc++abi1-18 (= ${binary:Version}), ${misc:Depends}
Breaks: libc++abi-dev (<= 44)
Provides: libc++abi-x.y-dev
Conflicts: libc++abi-x.y-dev
@ -768,7 +768,7 @@ Description: LLVM low level support for a standard C++ library (development file
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi-17-dev-wasm32
Package: libc++abi-18-dev-wasm32
Section: libdevel
Architecture: all
Multi-Arch: foreign
@ -789,14 +789,14 @@ Description: LLVM low level support for a standard C++ library (WASI)
# ------------- libclc -------------
Package: libclc-17
Package: libclc-18
Section: libs
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
libclc-17-dev (= ${binary:Version}),
libclang-common-17-dev,
libclc-18-dev (= ${binary:Version}),
libclang-common-18-dev,
Breaks: libclc-amdgcn, libclc-ptx, libclc-r600
Provides: libclc-x.y
Conflicts: libclc-x.y
@ -808,7 +808,7 @@ Description: OpenCL C language implementation - platform support
This package contains support for the amdgcn (AMD GPU), PTX and r600
platforms.
Package: libclc-17-dev
Package: libclc-18-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
@ -826,7 +826,7 @@ Description: OpenCL C language implementation - development files
# ------------- libunwind -------------
Package: libunwind-17
Package: libunwind-18
Section: libs
Architecture: amd64 arm64 armhf i386 mips64el ppc64el ppc64 riscv64
Multi-Arch: same
@ -843,13 +843,13 @@ Description: production-quality unwinder
or to operate on another process (aka remote), but only the local path has
been implemented. Remote unwinding remains as future work.
Package: libunwind-17-dev
Package: libunwind-18-dev
Section: libdevel
Architecture: amd64 arm64 armhf i386 mips64el ppc64el ppc64 riscv64
Multi-Arch: same
Depends:
${misc:Depends},
libunwind-17 (= ${binary:Version})
libunwind-18 (= ${binary:Version})
Provides: libunwind-dev, libunwind-x.y-dev
Conflicts: libunwind-dev, libunwind-x.y-dev
Replaces: libunwind-dev, libunwind-x.y-dev
@ -863,7 +863,7 @@ Description: production-quality unwinder
# ------------- mlir -------------
Package: mlir-17-tools
Package: mlir-18-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Multi-Level Intermediate Representation tools
@ -874,7 +874,7 @@ Description: Multi-Level Intermediate Representation tools
.
This package provides tools.
Package: libmlir-17
Package: libmlir-18
Section: libs
Architecture: any
Multi-Arch: same
@ -890,13 +890,13 @@ Description: Multi-Level Intermediate Representation library
specific compilers, and aid in connecting existing compilers together.
Package: libmlir-17-dev
Package: libmlir-18-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
libmlir-17 (= ${binary:Version})
libmlir-18 (= ${binary:Version})
Breaks: libmlir-dev
Provides: libmlir-x.y-dev
Conflicts: libmlir-x.y-dev
@ -910,16 +910,16 @@ Description: Multi-Level Intermediate Representation library
# ------------- bolt -------------
Package: bolt-17
Package: bolt-18
Architecture: amd64
# Disable on arm64 because libbolt_rt_hugify.a isn't generated
Depends: ${shlibs:Depends}, ${misc:Depends}, libbolt-17-dev (= ${binary:Version}),
Depends: ${shlibs:Depends}, ${misc:Depends}, libbolt-18-dev (= ${binary:Version}),
Pre-Depends: ${misc:Pre-Depends}
Description: Post-link optimizer
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.
Package: libbolt-17-dev
Package: libbolt-18-dev
Section: libdevel
Architecture: amd64
#arm64
@ -930,7 +930,7 @@ Description: Post-link optimizer
# ------------- flang -------------
Package: flang-17
Package: flang-18
# no 32bit support
# https://github.com/llvm/llvm-project/issues/59845
Architecture: amd64 arm64 mips64el ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64
@ -943,7 +943,7 @@ Description: Fortran compiler
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
Package: libflang-17-dev
Package: libflang-18-dev
Architecture: amd64 arm64 mips64el ppc64el kfreebsd-amd64 ppc64 sparc64 riscv64
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dep:devlibs},