llvm-toolchain-13 1:13.0.1-7 source package in Ubuntu

Changelog

llvm-toolchain-13 (1:13.0.1-7) unstable; urgency=medium

  [ Michael Biebl ]
  * Add support for systemd-binfmt (Closes: #1012367)

  [ Sam McCall ]
  * Add conventional symlink to libc++ headers in /usr/include/c++/v1
    See https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/-/merge_requests/95
    for more information

 -- Sylvestre Ledru <email address hidden>  Fri, 22 Jul 2022 15:10:20 +0200

Upload details

Uploaded by:
LLVM Packaging Team
Uploaded to:
Sid
Original maintainer:
LLVM Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
llvm-toolchain-13_13.0.1-7.dsc 7.0 KiB 36aad6b725c448f309e634a3aad94a6937534aab90a1f9eeed4c0cb82cd6a686
llvm-toolchain-13_13.0.1.orig.tar.xz 115.4 MiB 38f14321caa46e0c890ceac2faf5ba29af6f1db759214134516515596e675a80
llvm-toolchain-13_13.0.1-7.debian.tar.xz 154.2 KiB 36380c95ca54d73402b5b9d222dc36119959bc5a74f05f77ace5dc73af5998b0

Available diffs

No changes file available.

Binary packages built by this source

clang-13: No summary available for clang-13 in ubuntu kinetic.

No description available for clang-13 in ubuntu kinetic.

clang-13-dbgsym: No summary available for clang-13-dbgsym in ubuntu kinetic.

No description available for clang-13-dbgsym in ubuntu kinetic.

clang-13-doc: No summary available for clang-13-doc in ubuntu kinetic.

No description available for clang-13-doc in ubuntu kinetic.

clang-13-examples: No summary available for clang-13-examples in ubuntu kinetic.

No description available for clang-13-examples in ubuntu kinetic.

clang-format-13: No summary available for clang-format-13 in ubuntu kinetic.

No description available for clang-format-13 in ubuntu kinetic.

clang-format-13-dbgsym: debug symbols for clang-format-13
clang-tidy-13: No summary available for clang-tidy-13 in ubuntu kinetic.

No description available for clang-tidy-13 in ubuntu kinetic.

clang-tidy-13-dbgsym: No summary available for clang-tidy-13-dbgsym in ubuntu kinetic.

No description available for clang-tidy-13-dbgsym in ubuntu kinetic.

clang-tools-13: No summary available for clang-tools-13 in ubuntu kinetic.

No description available for clang-tools-13 in ubuntu kinetic.

clang-tools-13-dbgsym: No summary available for clang-tools-13-dbgsym in ubuntu kinetic.

No description available for clang-tools-13-dbgsym in ubuntu kinetic.

clangd-13: Language server that provides IDE-like features to editors

 clangd understands your C++ code and adds smart features to your editor:
  - code completion
  - compile errors
  - go-to-definition
  - and more.
 .
 clangd is a language server that implements the Language Server Protocol;
 it can work with many editors through a plugin.

clangd-13-dbgsym: No summary available for clangd-13-dbgsym in ubuntu kinetic.

No description available for clangd-13-dbgsym in ubuntu kinetic.

libc++-13-dev: No summary available for libc++-13-dev in ubuntu kinetic.

No description available for libc++-13-dev in ubuntu kinetic.

libc++1-13: No summary available for libc++1-13 in ubuntu kinetic.

No description available for libc++1-13 in ubuntu kinetic.

libc++1-13-dbgsym: No summary available for libc++1-13-dbgsym in ubuntu kinetic.

No description available for libc++1-13-dbgsym in ubuntu kinetic.

libc++abi-13-dev: No summary available for libc++abi-13-dev in ubuntu kinetic.

No description available for libc++abi-13-dev in ubuntu kinetic.

libc++abi1-13: No summary available for libc++abi1-13 in ubuntu kinetic.

No description available for libc++abi1-13 in ubuntu kinetic.

libc++abi1-13-dbgsym: No summary available for libc++abi1-13-dbgsym in ubuntu kinetic.

No description available for libc++abi1-13-dbgsym in ubuntu kinetic.

libclang-13-dev: 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
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang headers to develop extensions over
 libclang1-13.

libclang-common-13-dev: 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
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang generic headers and some libraries
 (profiling, etc).

libclang-common-13-dev-dbgsym: No summary available for libclang-common-13-dev-dbgsym in ubuntu kinetic.

No description available for libclang-common-13-dev-dbgsym in ubuntu kinetic.

libclang-cpp13: 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
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang C++ library.
 .
 The C++ Interface to Clang provides an API that exposes
 facilities for parsing source code into an abstract syntax tree (AST),
 loading already-parsed ASTs, traversing the AST, associating physical source
 locations with elements within the AST, and other facilities that support
 Clang-based development tools.

libclang-cpp13-dbgsym: debug symbols for libclang-cpp13
libclang-cpp13-dev: No summary available for libclang-cpp13-dev in ubuntu kinetic.

No description available for libclang-cpp13-dev in ubuntu kinetic.

libclang1-13: 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
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang library.
 .
 The C Interface to Clang provides a relatively small API that exposes
 facilities for parsing source code into an abstract syntax tree (AST),
 loading already-parsed ASTs, traversing the AST, associating physical source
 locations with elements within the AST, and other facilities that support
 Clang-based development tools.

libclang1-13-dbgsym: debug symbols for libclang1-13
libclc-13: No summary available for libclc-13 in ubuntu kinetic.

No description available for libclc-13 in ubuntu kinetic.

libclc-13-dev: OpenCL C language implementation - development files

 libclc is an open implementation of the OpenCL C programming language,
 as specified by the OpenCL 1.1 Specification.
 .
 This package contains development header files.

libfuzzer-13-dev: No summary available for libfuzzer-13-dev in ubuntu kinetic.

No description available for libfuzzer-13-dev in ubuntu kinetic.

liblld-13: LLVM-based linker, library

 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.
 .
 This package contains the LLD runtime library.

liblld-13-dev: No summary available for liblld-13-dev in ubuntu kinetic.

No description available for liblld-13-dev in ubuntu kinetic.

liblldb-13: No summary available for liblldb-13 in ubuntu kinetic.

No description available for liblldb-13 in ubuntu kinetic.

liblldb-13-dbgsym: No summary available for liblldb-13-dbgsym in ubuntu kinetic.

No description available for liblldb-13-dbgsym in ubuntu kinetic.

liblldb-13-dev: No summary available for liblldb-13-dev in ubuntu kinetic.

No description available for liblldb-13-dev in ubuntu kinetic.

libllvm-13-ocaml-dev: Modular compiler and toolchain technologies, OCaml bindings

 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the OCaml bindings to develop applications using llvm.

libllvm13: No summary available for libllvm13 in ubuntu kinetic.

No description available for libllvm13 in ubuntu kinetic.

libllvm13-dbgsym: No summary available for libllvm13-dbgsym in ubuntu kinetic.

No description available for libllvm13-dbgsym in ubuntu kinetic.

libmlir-13: No summary available for libmlir-13 in ubuntu kinetic.

No description available for libmlir-13 in ubuntu kinetic.

libmlir-13-dbgsym: No summary available for libmlir-13-dbgsym in ubuntu kinetic.

No description available for libmlir-13-dbgsym in ubuntu kinetic.

libmlir-13-dev: No summary available for libmlir-13-dev in ubuntu kinetic.

No description available for libmlir-13-dev in ubuntu kinetic.

libomp-13-dev: No summary available for libomp-13-dev in ubuntu kinetic.

No description available for libomp-13-dev in ubuntu kinetic.

libomp-13-dev-dbgsym: No summary available for libomp-13-dev-dbgsym in ubuntu kinetic.

No description available for libomp-13-dev-dbgsym in ubuntu kinetic.

libomp-13-doc: LLVM OpenMP runtime - Documentation

 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.
 .
 This package contains the documentation of this package.

libomp5-13: No summary available for libomp5-13 in ubuntu kinetic.

No description available for libomp5-13 in ubuntu kinetic.

libomp5-13-dbgsym: debug symbols for libomp5-13
libunwind-13: production-quality unwinder

 libunwind is a production-quality unwinder, with platform support for DWARF
 unwind info, SjLj, and ARM EHABI.
 .
 The low level libunwind API was designed to work either in-process (aka local)
 or to operate on another process (aka remote), but only the local path has
 been implemented. Remote unwinding remains as future work.

libunwind-13-dbgsym: debug symbols for libunwind-13
libunwind-13-dev: No summary available for libunwind-13-dev in ubuntu kinetic.

No description available for libunwind-13-dev in ubuntu kinetic.

lld-13: No summary available for lld-13 in ubuntu kinetic.

No description available for lld-13 in ubuntu kinetic.

lld-13-dbgsym: No summary available for lld-13-dbgsym in ubuntu kinetic.

No description available for lld-13-dbgsym in ubuntu kinetic.

lldb-13: No summary available for lldb-13 in ubuntu kinetic.

No description available for lldb-13 in ubuntu kinetic.

lldb-13-dbgsym: No summary available for lldb-13-dbgsym in ubuntu kinetic.

No description available for lldb-13-dbgsym in ubuntu kinetic.

llvm-13: 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
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 The strengths of the LLVM infrastructure are its extremely
 simple design (which makes it easy to understand and use),
 source-language independence, powerful mid-level optimizer, automated
 compiler debugging support, extensibility, and its stability and
 reliability. LLVM is currently being used to host a wide variety of
 academic research projects and commercial projects. LLVM includes C
 and C++ front-ends, a front-end for a Forth-like language (Stacker),
 a young scheme front-end, and Java support is in development. LLVM can
 generate code for X96, SparcV10, PowerPC or many other architectures.

llvm-13-dbgsym: No summary available for llvm-13-dbgsym in ubuntu kinetic.

No description available for llvm-13-dbgsym in ubuntu kinetic.

llvm-13-dev: Modular compiler and toolchain technologies, libraries and headers

 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the libraries and headers to develop applications
 using llvm.

llvm-13-dev-dbgsym: No summary available for llvm-13-dev-dbgsym in ubuntu kinetic.

No description available for llvm-13-dev-dbgsym in ubuntu kinetic.

llvm-13-doc: No summary available for llvm-13-doc in ubuntu kinetic.

No description available for llvm-13-doc in ubuntu kinetic.

llvm-13-examples: 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
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package contains examples for using LLVM, both in developing
 extensions to LLVM and in using it to compile code.

llvm-13-linker-tools: No summary available for llvm-13-linker-tools in ubuntu kinetic.

No description available for llvm-13-linker-tools in ubuntu kinetic.

llvm-13-linker-tools-dbgsym: No summary available for llvm-13-linker-tools-dbgsym in ubuntu kinetic.

No description available for llvm-13-linker-tools-dbgsym in ubuntu kinetic.

llvm-13-runtime: Modular compiler and toolchain technologies, IR interpreter

 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the minimal required to execute programs in LLVM
 format.

llvm-13-runtime-dbgsym: No summary available for llvm-13-runtime-dbgsym in ubuntu kinetic.

No description available for llvm-13-runtime-dbgsym in ubuntu kinetic.

llvm-13-tools: No summary available for llvm-13-tools in ubuntu kinetic.

No description available for llvm-13-tools in ubuntu kinetic.

llvm-13-tools-dbgsym: No summary available for llvm-13-tools-dbgsym in ubuntu kinetic.

No description available for llvm-13-tools-dbgsym in ubuntu kinetic.

mlir-13-tools: No summary available for mlir-13-tools in ubuntu kinetic.

No description available for mlir-13-tools in ubuntu kinetic.

mlir-13-tools-dbgsym: No summary available for mlir-13-tools-dbgsym in ubuntu kinetic.

No description available for mlir-13-tools-dbgsym in ubuntu kinetic.

python3-clang-13: No summary available for python3-clang-13 in ubuntu kinetic.

No description available for python3-clang-13 in ubuntu kinetic.

python3-lldb-13: Next generation, high-performance debugger, python3 lib

 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.
 .
 This binding package provides access to lldb.