llvm-toolchain-snapshot 1:15~++20220202093833+1a3137dc8451-1~exp1 source package in Ubuntu

Changelog

llvm-toolchain-snapshot (1:15~++20220202093833+1a3137dc8451-1~exp1) experimental; urgency=medium

  * snapshot is now 15. 14 is in it own branch now
  * Ship clang-linker-wrapper in clang-tools-X.Y

 -- Sylvestre Ledru <email address hidden>  Wed, 02 Feb 2022 21:38:42 +0100

Upload details

Uploaded by:
LLVM Packaging Team
Uploaded to:
Experimental
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-snapshot_15~++20220202093833+1a3137dc8451-1~exp1.dsc 6.9 KiB 38d3b52a8ec142166b47a9fb84b0a1c1e14d7572a305cd5bd7efd55141adf56b
llvm-toolchain-snapshot_15~++20220202093833+1a3137dc8451.orig.tar.xz 124.2 MiB 58220c727254f24bbb48451294781bfddfa0fb45bef123966303268ab230f757
llvm-toolchain-snapshot_15~++20220202093833+1a3137dc8451-1~exp1.debian.tar.xz 145.6 KiB 98fed3986da5533ef7f66bcd94c3f7c7d4946fec5baad90fd4a99eb05d360ebf

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: C, C++ and Objective-C compiler - Documentation

 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 documentation.

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: 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
 style guides. To do so, clang-format uses Clang's Lexer to transform an
 input file into a token stream and then changes all the whitespace around
 those tokens. The goal is for clang-format to both serve both as a user
 tool (ideally with powerful IDE integrations) and part of other
 refactoring tools, e.g. to do a reformatting of all the lines changed
 during a renaming.
 .
 This package also provides vim and emacs plugins.

clang-format-15-dbgsym: debug symbols for clang-format-15
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: No summary available for clang-tidy-15-dbgsym in ubuntu kinetic.

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

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: LLVM C++ Standard library (development files)

 libc++ is another implementation of the C++ standard library
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Fast execution.
   * Minimal memory use.
   * Fast compile times.
   * ABI compatibility with gcc's libstdc++ for some low-level features such
     as exception objects, rtti and memory allocation.
   * Extensive unit tests.

libc++1-15: LLVM C++ Standard library

 libc++ is another implementation of the C++ standard library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Fast execution.
   * Minimal memory use.
   * Fast compile times.
   * ABI compatibility with gcc's libstdc++ for some low-level features such
     as exception objects, rtti and memory allocation.
   * Extensive unit tests.

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: No summary available for libc++abi-15-dev in ubuntu kinetic.

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

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: debug symbols for libc++abi1-15
libclang-15-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-15.

libclang-common-15-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-15-dev-dbgsym: debug symbols for libclang-common-15-dev
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: No summary available for libclang-cpp15-dev in ubuntu kinetic.

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

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

No description available for libclang1-15 in ubuntu kinetic.

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

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

libfuzzer-15-dev: Library for coverage-guided fuzz testing

 LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
 of other libraries.
 .
 LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
 all of its fuzzing inside a single process. This in-process fuzzing can be
 more restrictive and fragile, but is potentially much faster as there is no
 overhead for process start-up.
 .
 The fuzzer is linked with the library under test, and feeds fuzzed inputs to
 the library via a specific fuzzing entrypoint (aka 'target function'); the
 fuzzer then tracks which areas of the code are reached, and generates mutations
 on the corpus of input data in order to maximize the code coverage. The code
 coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
 instrumentation.

liblld-15: 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-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: 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.

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: Multi-Level Intermediate Representation library

 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.

libmlir-15-dbgsym: debug symbols for libmlir-15
libmlir-15-dev: Multi-Level Intermediate Representation library

 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.

libomp-15-dev: LLVM OpenMP runtime - dev package

 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.

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: LLVM OpenMP runtime

 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.

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

No description available for libunwind-15 in ubuntu kinetic.

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

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

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

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

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: 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-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: debug symbols for llvm-15-dev
llvm-15-doc: No summary available for llvm-15-doc in ubuntu kinetic.

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

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

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

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

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

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: debug symbols for mlir-15-tools
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: 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.