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