llvm-toolchain-13 1:13.0.0-2 source package in Ubuntu

Changelog

llvm-toolchain-13 (1:13.0.0-2) unstable; urgency=medium

  * Fix the libclang detection in cmake
    (Closes: #994827)
  * Adjust the testsuite after various changes
    (rpass, libclang, polly lib, etc)

 -- Sylvestre Ledru <email address hidden>  Sun, 03 Oct 2021 22:38:18 +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-13_13.0.0-2.dsc 6.6 KiB 1370a94572e7aaa3f52b241750d042474b0cfe2bb5290c5ff198051442725740
llvm-toolchain-13_13.0.0.orig.tar.xz 97.0 MiB 03d43c05434179520efa8a6720acba59e9e05e8a8f0f056f61684d0161deed5f
llvm-toolchain-13_13.0.0-2.debian.tar.xz 137.3 KiB 32cc435fd67d1ef7dd9d3ee74782fe1e8b80b14562b689ac5fad9f9038142a83

No changes file available.

Binary packages built by this source

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

No description available for clang-13 in ubuntu impish.

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

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

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

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

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

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

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

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

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

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

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

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

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

No description available for clangd-13 in ubuntu impish.

clangd-13-dbgsym: debug symbols for clangd-13
libc++-13-dev: No summary available for libc++-13-dev in ubuntu impish.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

No description available for libclang-cpp13 in ubuntu impish.

libclang-cpp13-dbgsym: debug symbols for libclang-cpp13
libclang-cpp13-dev: No summary available for libclang-cpp13-dev in ubuntu impish.

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

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

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

libclc-13: No summary available for libclc-13 in ubuntu impish.

No description available for libclc-13 in ubuntu impish.

libclc-13-dev: No summary available for libclc-13-dev in ubuntu impish.

No description available for libclc-13-dev in ubuntu impish.

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

No description available for liblld-13 in ubuntu impish.

liblld-13-dev: No summary available for liblld-13-dev in ubuntu impish.

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

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

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

liblldb-13-dev: No summary available for liblldb-13-dev in ubuntu impish.

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

libllvm-13-ocaml-dev: No summary available for libllvm-13-ocaml-dev in ubuntu impish.

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

libllvm13: No summary available for libllvm13 in ubuntu impish.

No description available for libllvm13 in ubuntu impish.

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

No description available for libllvm13-dbgsym in ubuntu impish.

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

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

libomp-13-dev-dbgsym: debug symbols for libomp-13-dev
libomp-13-doc: No summary available for libomp-13-doc in ubuntu impish.

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

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

No description available for libomp5-13 in ubuntu impish.

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

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

libunwind-13: No summary available for libunwind-13 in ubuntu impish.

No description available for libunwind-13 in ubuntu impish.

libunwind-13-dbgsym: No summary available for libunwind-13-dbgsym in ubuntu impish.

No description available for libunwind-13-dbgsym in ubuntu impish.

libunwind-13-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-13: 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-13-dbgsym: No summary available for lld-13-dbgsym in ubuntu impish.

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

lldb-13: No summary available for lldb-13 in ubuntu impish.

No description available for lldb-13 in ubuntu impish.

lldb-13-dbgsym: No summary available for lldb-13-dbgsym in ubuntu impish.

No description available for lldb-13-dbgsym in ubuntu impish.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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