llvm-toolchain-15 1:15.0.2-1 source package in Ubuntu

Changelog

llvm-toolchain-15 (1:15.0.2-1) unstable; urgency=medium

  * New upstream release

 -- Sylvestre Ledru <email address hidden>  Tue, 04 Oct 2022 15:19:24 +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-15_15.0.2-1.dsc 7.0 KiB b02f80f6ef58569a8ee5544b1a0a21f5de907f1753eff1db0b49b21b929d3d32
llvm-toolchain-15_15.0.2.orig.tar.xz 130.4 MiB 8551762bbbd55752215e1a4967b65b5832ec5b2befe1ea7b4daa4f4e1e2513ff
llvm-toolchain-15_15.0.2-1.debian.tar.xz 148.6 KiB cd3be591f4abbdf20b8dc18a07a0d2a64654b335e1edbb91c7c5cfbc852ec7d2

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for clang-15 in ubuntu kinetic.

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

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

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

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

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

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

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

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

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

No description available for clang-format-15-dbgsym in ubuntu kinetic.

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

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

clang-tidy-15-dbgsym: debug symbols for clang-tidy-15
clang-tools-15: No summary available for clang-tools-15 in ubuntu kinetic.

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

clang-tools-15-dbgsym: debug symbols for clang-tools-15
clangd-15: No summary available for clangd-15 in ubuntu kinetic.

No description available for clangd-15 in ubuntu kinetic.

clangd-15-dbgsym: debug symbols for clangd-15
libc++-15-dev: No summary available for libc++-15-dev in ubuntu kinetic.

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

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

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

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

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

libc++abi-15-dev: LLVM low level support for a standard C++ library (development files)

 libc++abi is another implementation of low level support for a standard C++
 library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Provide a portable sublayer to ease the porting of libc++

libc++abi1-15: LLVM low level support for a standard C++ library

 libc++abi is another implementation of low level support for a standard C++
 library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Provide a portable sublayer to ease the porting of libc++

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

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

libclang-15-dev: No summary available for libclang-15-dev in ubuntu kinetic.

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

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

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

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

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

libclang-cpp15: 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-cpp15-dbgsym: debug symbols for libclang-cpp15
libclang-cpp15-dev: 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.
 .
 This package contains symlinks without a version number, which needed by
 linker at build time.

libclang1-15: 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-15-dbgsym: debug symbols for libclang1-15
libclc-15: OpenCL C language implementation - platform support

 libclc is an open implementation of the OpenCL C programming language,
 as specified by the OpenCL 1.1 Specification.
 .
 This package contains support for the amdgcn (AMD GPU), PTX and r600
 platforms.

libclc-15-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-15-dev: No summary available for libfuzzer-15-dev in ubuntu kinetic.

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

liblld-15: No summary available for liblld-15 in ubuntu kinetic.

No description available for liblld-15 in ubuntu kinetic.

liblld-15-dev: LLVM-based linker, header files

 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 provides the header files to build extension over lld.

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

No description available for liblldb-15 in ubuntu kinetic.

liblldb-15-dbgsym: debug symbols for liblldb-15
liblldb-15-dev: No summary available for liblldb-15-dev in ubuntu kinetic.

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

libllvm-15-ocaml-dev: No summary available for libllvm-15-ocaml-dev in ubuntu kinetic.

No description available for libllvm-15-ocaml-dev in ubuntu kinetic.

libllvm15: No summary available for libllvm15 in ubuntu kinetic.

No description available for libllvm15 in ubuntu kinetic.

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

No description available for libllvm15-dbgsym in ubuntu kinetic.

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

No description available for libmlir-15 in ubuntu kinetic.

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

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

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

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

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

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

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

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

libomp-15-doc: No summary available for libomp-15-doc in ubuntu kinetic.

No description available for libomp-15-doc in ubuntu kinetic.

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

No description available for libomp5-15 in ubuntu kinetic.

libomp5-15-dbgsym: No summary available for libomp5-15-dbgsym in ubuntu kinetic.

No description available for libomp5-15-dbgsym in ubuntu kinetic.

libunwind-15: No summary available for libunwind-15 in ubuntu kinetic.

No description available for libunwind-15 in ubuntu kinetic.

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

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

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

No description available for lld-15 in ubuntu kinetic.

lld-15-dbgsym: debug symbols for lld-15
lldb-15: No summary available for lldb-15 in ubuntu kinetic.

No description available for lldb-15 in ubuntu kinetic.

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

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

llvm-15: No summary available for llvm-15 in ubuntu kinetic.

No description available for llvm-15 in ubuntu kinetic.

llvm-15-dbgsym: debug symbols for llvm-15
llvm-15-dev: No summary available for llvm-15-dev in ubuntu kinetic.

No description available for llvm-15-dev in ubuntu kinetic.

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

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

llvm-15-doc: Modular compiler and toolchain technologies, documentation

 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 all documentation (extensive).

llvm-15-examples: No summary available for llvm-15-examples in ubuntu kinetic.

No description available for llvm-15-examples in ubuntu kinetic.

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

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

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

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

llvm-15-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-15-runtime-dbgsym: No summary available for llvm-15-runtime-dbgsym in ubuntu kinetic.

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

llvm-15-tools: Modular compiler and toolchain technologies, tools

 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 tools for testing.

llvm-15-tools-dbgsym: debug symbols for llvm-15-tools
mlir-15-tools: Multi-Level Intermediate Representation tools

 Novel approach to building reusable and extensible compiler infrastructure.
 MLIR aims to address software fragmentation, improve compilation for
 heterogeneous hardware, significantly reduce the cost of building domain
 specific compilers, and aid in connecting existing compilers together.
 .
 This package provides tools.

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

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

python3-clang-15: Clang Python Bindings

 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 binding package provides access to the Clang compiler and libraries.

python3-lldb-15: No summary available for python3-lldb-15 in ubuntu kinetic.

No description available for python3-lldb-15 in ubuntu kinetic.