llvm-toolchain-11 1:11.1.0-6 source package in Ubuntu

Changelog

llvm-toolchain-11 (1:11.1.0-6) UNRELEASED; urgency=medium

  * Do not fail on llvm-mt

 -- Sylvestre Ledru <email address hidden>  Thu, 27 Jan 2022 22:21:16 +0100

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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
llvm-toolchain-11_11.1.0-6.dsc 6.0 KiB e71dc7c4c4533b3a89948aed8f1b9c4f14fa5c60caa6fb2377c254a7addc6622
llvm-toolchain-11_11.1.0.orig.tar.xz 75.1 MiB 76b6c542f5749449c23d40e612f5c28ae7df398f6bb774dd88f66e1769a9c7d0
llvm-toolchain-11_11.1.0-6.debian.tar.xz 150.8 KiB b2a9662d08c766d7d7929e876a1cedee35b966b4e88766bff3d9de3bbbdb850d

No changes file available.

Binary packages built by this source

clang-11: C, C++ and Objective-C compiler

 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.

clang-11-dbgsym: debug symbols for clang-11
clang-11-doc: No summary available for clang-11-doc in ubuntu kinetic.

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

clang-11-examples: Clang examples

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

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

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

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

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

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

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

clangd-11: 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-11-dbgsym: debug symbols for clangd-11
libc++-11-dev: No summary available for libc++-11-dev in ubuntu kinetic.

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

libc++1-11: 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-11-dbgsym: debug symbols for libc++1-11
libc++abi-11-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-11: No summary available for libc++abi1-11 in ubuntu kinetic.

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

libc++abi1-11-dbgsym: debug symbols for libc++abi1-11
libclang-11-dev: No summary available for libclang-11-dev in ubuntu kinetic.

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

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

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

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

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

libclang-cpp11: No summary available for libclang-cpp11 in ubuntu kinetic.

No description available for libclang-cpp11 in ubuntu kinetic.

libclang-cpp11-dbgsym: debug symbols for libclang-cpp11
libclang-cpp11-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-11: 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-11-dbgsym: debug symbols for libclang1-11
libfuzzer-11-dev: No summary available for libfuzzer-11-dev in ubuntu kinetic.

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

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

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

liblldb-11: 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-11-dbgsym: debug symbols for liblldb-11
liblldb-11-dev: Next generation, high-performance debugger, header files

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

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

libllvm11: Modular compiler and toolchain technologies, runtime library

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

libllvm11-dbgsym: debug symbols for libllvm11
libomp-11-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-11-dev-dbgsym: debug symbols for libomp-11-dev
libomp-11-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-11: No summary available for libomp5-11 in ubuntu kinetic.

No description available for libomp5-11 in ubuntu kinetic.

libomp5-11-dbgsym: debug symbols for libomp5-11
lld-11: 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-11-dbgsym: No summary available for lld-11-dbgsym in ubuntu kinetic.

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

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

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

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

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

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

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

llvm-11-linker-tools: 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.
 .
 This package contains the LLVMgold and LLVMPolly linker plugins.

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

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

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

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

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

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

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