llvm-toolchain-11 1:11.0.1-2ubuntu5 source package in Ubuntu

Changelog

llvm-toolchain-11 (1:11.0.1-2ubuntu5) impish; urgency=medium

  * Fix FTBFS with Linux 5.13 and GCC 11. (LP: #1939424)
    - d/p/libsanitizer-remove-cyclades.patch: Fix FTBFS with Linux 5.13,
      where the Cyclades TTY code has been removed.  For this reason,
      libsanitizer's Cyclades support also needs to be removed.
    - d/p/fix-missing-include-limit.patch: Fix FTBFS with GCC 11, which now
      requires that <limits> be included if the source wants to use
      std::numeric_limits.

 -- Sergio Durigan Junior <email address hidden>  Mon, 09 Aug 2021 20:05:15 -0400

Upload details

Uploaded by:
Sergio Durigan Junior
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
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.0.1.orig.tar.xz 75.1 MiB 39ed2924a4bc0e4db79dfdd97f97bca64a26ff398b9128934c3fc7b3186e4c45
llvm-toolchain-11_11.0.1-2ubuntu5.debian.tar.xz 128.7 KiB 3f37eaf1480bdeb78b10f4da607569514c6ba35ce2af661545e28ad30d6c8b7b
llvm-toolchain-11_11.0.1-2ubuntu5.dsc 6.0 KiB 22ddfe96d9cf5e4699836e00e909f255963eee935732eed68ab87da61cae8ac2

View changes file

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

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

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

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

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

No description available for clangd-11 in ubuntu impish.

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

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

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

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

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

No description available for libclang1-11 in ubuntu impish.

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

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

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

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

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

No description available for libllvm-11-ocaml-dev in ubuntu impish.

libllvm11: No summary available for libllvm11 in ubuntu impish.

No description available for libllvm11 in ubuntu impish.

libllvm11-dbgsym: No summary available for libllvm11-dbgsym in ubuntu impish.

No description available for libllvm11-dbgsym in ubuntu impish.

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

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

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

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

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

No description available for libomp5-11 in ubuntu impish.

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

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

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

No description available for lld-11 in ubuntu impish.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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.