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

Changelog

llvm-toolchain-11 (1:11.1.0-4) unstable; urgency=medium

  * Force version to 11.1 in another qualify-clang.sh test.

 -- Gianfranco Costamagna <email address hidden>  Tue, 28 Sep 2021 12:06:50 +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-11_11.1.0-4.dsc 6.0 KiB 099e275081b1a7505b8bc9e4eb5e208dda08c5899211ca5e415fc7243ddfdd39
llvm-toolchain-11_11.1.0.orig.tar.xz 75.1 MiB 76b6c542f5749449c23d40e612f5c28ae7df398f6bb774dd88f66e1769a9c7d0
llvm-toolchain-11_11.1.0-4.debian.tar.xz 134.9 KiB b332cc940e780672bc3f5fb36d629b7827f2d8f71e70ad363122fb1f26ea2206

No changes file available.

Binary packages built by this source

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

No description available for clang-11 in ubuntu impish.

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

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

clang-11-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-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 impish.

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

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

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

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

No description available for clang-tidy-11-dbgsym in ubuntu impish.

clang-tools-11: No summary available for clang-tools-11 in ubuntu impish.

No description available for clang-tools-11 in ubuntu impish.

clang-tools-11-dbgsym: debug symbols for clang-tools-11
clangd-11: No summary available for clangd-11 in ubuntu impish.

No description available for clangd-11 in ubuntu impish.

clangd-11-dbgsym: No summary available for clangd-11-dbgsym in ubuntu impish.

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

libc++-11-dev: No summary available for libc++-11-dev in ubuntu impish.

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

libc++1-11: No summary available for libc++1-11 in ubuntu impish.

No description available for libc++1-11 in ubuntu impish.

libc++1-11-dbgsym: No summary available for libc++1-11-dbgsym in ubuntu impish.

No description available for libc++1-11-dbgsym in ubuntu impish.

libc++abi-11-dev: No summary available for libc++abi-11-dev in ubuntu impish.

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

libc++abi1-11: 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-11-dbgsym: No summary available for libc++abi1-11-dbgsym in ubuntu impish.

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

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

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

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

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

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

No description available for libclang-cpp11 in ubuntu impish.

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: 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-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 impish.

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

liblldb-11: No summary available for liblldb-11 in ubuntu impish.

No description available for liblldb-11 in ubuntu impish.

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

No description available for libllvm11 in ubuntu impish.

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

No description available for libomp-11-dev-dbgsym in ubuntu impish.

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

No description available for lldb-11 in ubuntu impish.

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

No description available for llvm-11 in ubuntu impish.

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

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

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

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

llvm-11-runtime: No summary available for llvm-11-runtime in ubuntu impish.

No description available for llvm-11-runtime in ubuntu impish.

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

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

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: debug symbols for llvm-11-tools
python3-clang-11: No summary available for python3-clang-11 in ubuntu impish.

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

python3-lldb-11: No summary available for python3-lldb-11 in ubuntu impish.

No description available for python3-lldb-11 in ubuntu impish.