llvm-toolchain-snapshot 1:14~++20210926041028+6063e6b499c7-1~exp1 source package in Ubuntu

Changelog

llvm-toolchain-snapshot (1:14~++20210926041028+6063e6b499c7-1~exp1) experimental; urgency=medium

  * experimental New snapshot release
  * Bring back the libc++/libc++abi options
  * Fix the libc++/libc++abi symlink issues after their moves in the triple directory

 -- Sylvestre Ledru <email address hidden>  Sun, 26 Sep 2021 16:14:44 +0200

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_14~++20210926041028+6063e6b499c7-1~exp1.dsc 6.8 KiB 5acb4f3f332b6c0e8854a0f59673133605d3cd2af3767bd49fc48e68ad185899
llvm-toolchain-snapshot_14~++20210926041028+6063e6b499c7.orig.tar.xz 99.5 MiB 6bdf4b6cec5d30c113861020f35031651534977e966392f99ea14c0513e1c232
llvm-toolchain-snapshot_14~++20210926041028+6063e6b499c7-1~exp1.debian.tar.xz 137.3 KiB d0656bca14d350fb1334a8aafff529237182975ce26c1b6ac94c21d6998e2033

No changes file available.

Binary packages built by this source

clang-14: No summary available for clang-14 in ubuntu impish.

No description available for clang-14 in ubuntu impish.

clang-14-dbgsym: No summary available for clang-14-dbgsym in ubuntu impish.

No description available for clang-14-dbgsym in ubuntu impish.

clang-14-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-14-examples: No summary available for clang-14-examples in ubuntu impish.

No description available for clang-14-examples in ubuntu impish.

clang-format-14: 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-14-dbgsym: No summary available for clang-format-14-dbgsym in ubuntu impish.

No description available for clang-format-14-dbgsym in ubuntu impish.

clang-tidy-14: clang-based C++ linter tool

 Provide an extensible framework for diagnosing and fixing typical programming
 errors, like style violations, interface misuse, or bugs that can be deduced
 via static analysis. clang-tidy is modular and provides a convenient interface
 for writing new checks.

clang-tidy-14-dbgsym: debug symbols for clang-tidy-14
clang-tools-14: clang-based tools for C/C++ developments

 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 some clang-based tools like scan-build, clang-cl, etc.

clang-tools-14-dbgsym: debug symbols for clang-tools-14
clangd-14: 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-14-dbgsym: No summary available for clangd-14-dbgsym in ubuntu impish.

No description available for clangd-14-dbgsym in ubuntu impish.

libc++-14-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-14: 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-14-dbgsym: debug symbols for libc++1-14
libc++abi-14-dev: No summary available for libc++abi-14-dev in ubuntu impish.

No description available for libc++abi-14-dev in ubuntu impish.

libc++abi1-14: No summary available for libc++abi1-14 in ubuntu impish.

No description available for libc++abi1-14 in ubuntu impish.

libc++abi1-14-dbgsym: No summary available for libc++abi1-14-dbgsym in ubuntu impish.

No description available for libc++abi1-14-dbgsym in ubuntu impish.

libclang-14-dev: No summary available for libclang-14-dev in ubuntu impish.

No description available for libclang-14-dev in ubuntu impish.

libclang-common-14-dev: No summary available for libclang-common-14-dev in ubuntu impish.

No description available for libclang-common-14-dev in ubuntu impish.

libclang-common-14-dev-dbgsym: debug symbols for libclang-common-14-dev
libclang-cpp14: 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-cpp14-dbgsym: No summary available for libclang-cpp14-dbgsym in ubuntu impish.

No description available for libclang-cpp14-dbgsym in ubuntu impish.

libclang-cpp14-dev: No summary available for libclang-cpp14-dev in ubuntu impish.

No description available for libclang-cpp14-dev in ubuntu impish.

libclang1-14: No summary available for libclang1-14 in ubuntu impish.

No description available for libclang1-14 in ubuntu impish.

libclang1-14-dbgsym: debug symbols for libclang1-14
libclc-14: 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-14-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-14-dev: No summary available for libfuzzer-14-dev in ubuntu impish.

No description available for libfuzzer-14-dev in ubuntu impish.

liblld-14: 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-14-dev: No summary available for liblld-14-dev in ubuntu impish.

No description available for liblld-14-dev in ubuntu impish.

liblldb-14: Next generation, high-performance debugger, library

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

liblldb-14-dbgsym: debug symbols for liblldb-14
liblldb-14-dev: No summary available for liblldb-14-dev in ubuntu impish.

No description available for liblldb-14-dev in ubuntu impish.

libllvm-14-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.

libllvm14: No summary available for libllvm14 in ubuntu impish.

No description available for libllvm14 in ubuntu impish.

libllvm14-dbgsym: debug symbols for libllvm14
libomp-14-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-14-dev-dbgsym: debug symbols for libomp-14-dev
libomp-14-doc: No summary available for libomp-14-doc in ubuntu impish.

No description available for libomp-14-doc in ubuntu impish.

libomp5-14: No summary available for libomp5-14 in ubuntu impish.

No description available for libomp5-14 in ubuntu impish.

libomp5-14-dbgsym: debug symbols for libomp5-14
libunwind-14: No summary available for libunwind-14 in ubuntu impish.

No description available for libunwind-14 in ubuntu impish.

libunwind-14-dbgsym: debug symbols for libunwind-14
libunwind-14-dev: 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.

lld-14: LLVM-based linker

 LLD is a new, high-performance linker. It is built as a set of reusable
 components which highly leverage existing libraries in the larger LLVM
 Project.

lld-14-dbgsym: No summary available for lld-14-dbgsym in ubuntu impish.

No description available for lld-14-dbgsym in ubuntu impish.

lldb-14: Next generation, high-performance debugger

 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.

lldb-14-dbgsym: debug symbols for lldb-14
llvm-14: No summary available for llvm-14 in ubuntu impish.

No description available for llvm-14 in ubuntu impish.

llvm-14-dbgsym: No summary available for llvm-14-dbgsym in ubuntu impish.

No description available for llvm-14-dbgsym in ubuntu impish.

llvm-14-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-14-dev-dbgsym: No summary available for llvm-14-dev-dbgsym in ubuntu impish.

No description available for llvm-14-dev-dbgsym in ubuntu impish.

llvm-14-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-14-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-14-linker-tools: No summary available for llvm-14-linker-tools in ubuntu impish.

No description available for llvm-14-linker-tools in ubuntu impish.

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

No description available for llvm-14-runtime-dbgsym in ubuntu impish.

llvm-14-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-14-tools-dbgsym: No summary available for llvm-14-tools-dbgsym in ubuntu impish.

No description available for llvm-14-tools-dbgsym in ubuntu impish.

python3-clang-14: No summary available for python3-clang-14 in ubuntu impish.

No description available for python3-clang-14 in ubuntu impish.

python3-lldb-14: 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.