llvm-toolchain-9 1:9.0.1-12 source package in Ubuntu

Changelog

llvm-toolchain-9 (1:9.0.1-12) unstable; urgency=medium

  [ Jessica Clarke ]
  * Cherry-pick upstream patch D74453 to fix atomic compare-and-swap on
    riscv64.

  [ William Grant ]
  * debian/patches/riscv64-multilib-empty.patch: Adjust riscv64 GCC detector
    to also check for existence of crtbegin.o in the default multilib dir,
    like most other ports. Fixes FTBFS on riscv64, since on Ubuntu
    /usr/lib/gcc/riscv64-linux-gnu/10 exists but is empty (gcc-10-base is
    installed, but libgcc-10-dev is not).

 -- Jessica Clarke <email address hidden>  Wed, 01 Apr 2020 16:23:55 +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
Focal release main misc

Downloads

File Size SHA-256 Checksum
llvm-toolchain-9_9.0.1-12.dsc 5.9 KiB bba5b5e26bdd4f9e447dbc58d69f8268b74c7d25ba7eab4e33ebf6cc7f38875e
llvm-toolchain-9_9.0.1.orig.tar.xz 69.6 MiB 968b83ca0c3a7969bb16cb1d92eb6e74bdf4c4e089003803291cc01bb5f09797
llvm-toolchain-9_9.0.1-12.debian.tar.xz 129.4 KiB b14e8d5b03e7dd5dd7b377839285e728b39ffdd4f3c0d3c482542eb5640edaad

No changes file available.

Binary packages built by this source

clang-9: No summary available for clang-9 in ubuntu groovy.

No description available for clang-9 in ubuntu groovy.

clang-9-dbgsym: debug symbols for clang-9
clang-9-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 and 14 standards and also
 provides most of the support of C++17.
 .
 This package contains the documentation.

clang-9-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 and 14 standards and also
 provides most of the support of C++17.
 .
 This package contains the Clang examples.

clang-format-9: No summary available for clang-format-9 in ubuntu groovy.

No description available for clang-format-9 in ubuntu groovy.

clang-format-9-dbgsym: debug symbols for clang-format-9
clang-tidy-9: No summary available for clang-tidy-9 in ubuntu groovy.

No description available for clang-tidy-9 in ubuntu groovy.

clang-tidy-9-dbgsym: debug symbols for clang-tidy-9
clang-tools-9: No summary available for clang-tools-9 in ubuntu groovy.

No description available for clang-tools-9 in ubuntu groovy.

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

No description available for clangd-9-dbgsym in ubuntu groovy.

libc++-9-dev: No summary available for libc++-9-dev in ubuntu groovy.

No description available for libc++-9-dev in ubuntu groovy.

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

No description available for libc++abi-9-dev in ubuntu groovy.

libc++abi1-9: 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-9-dbgsym: debug symbols for libc++abi1-9
libclang-9-dev: Clang library - 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 and 14 standards and also
 provides most of the support of C++17.
 .
 This package contains the Clang headers to develop extensions over
 libclang1-9.

libclang-common-9-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 and 14 standards and also
 provides most of the support of C++17.
 .
 This package contains the Clang generic headers and some libraries
 (profiling, etc).

libclang-common-9-dev-dbgsym: No summary available for libclang-common-9-dev-dbgsym in ubuntu groovy.

No description available for libclang-common-9-dev-dbgsym in ubuntu groovy.

libclang-cpp1-9: transitional package

 This is a transitional package. It can safely be removed.

libclang-cpp9: 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 and 14 standards and also
 provides most of the support of C++17.
 .
 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-cpp9-dbgsym: debug symbols for libclang-cpp9
libclang1-9: No summary available for libclang1-9 in ubuntu groovy.

No description available for libclang1-9 in ubuntu groovy.

libclang1-9-dbgsym: debug symbols for libclang1-9
libfuzzer-9-dev: No summary available for libfuzzer-9-dev in ubuntu groovy.

No description available for libfuzzer-9-dev in ubuntu groovy.

liblld-9: 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-9-dev: LLVM-based linker, header files

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

liblldb-9: 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-9-dbgsym: debug symbols for liblldb-9
liblldb-9-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-9-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.

libllvm9: No summary available for libllvm9 in ubuntu groovy.

No description available for libllvm9 in ubuntu groovy.

libllvm9-dbgsym: debug symbols for libllvm9
libomp-9-dev: No summary available for libomp-9-dev in ubuntu groovy.

No description available for libomp-9-dev in ubuntu groovy.

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

No description available for libomp5-9-dbgsym in ubuntu groovy.

lld-9: 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-9-dbgsym: debug symbols for lld-9
lldb-9: 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-9-dbgsym: debug symbols for lldb-9
llvm-9: 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, SparcV9, PowerPC or many other architectures.

llvm-9-dbgsym: debug symbols for llvm-9
llvm-9-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-9-dev-dbgsym: debug symbols for llvm-9-dev
llvm-9-doc: No summary available for llvm-9-doc in ubuntu groovy.

No description available for llvm-9-doc in ubuntu groovy.

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

No description available for llvm-9-runtime-dbgsym in ubuntu groovy.

llvm-9-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-9-tools-dbgsym: debug symbols for llvm-9-tools
python-clang-9: transitional package to python3-clang-9

 This is a transitional package. It can safely be removed.

python3-clang-9: Clang Python Bindings

 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 and 14 standards and also
 provides most of the support of C++17.
 .
 This binding package provides access to the Clang compiler and libraries.

python3-lldb-9: No summary available for python3-lldb-9 in ubuntu groovy.

No description available for python3-lldb-9 in ubuntu groovy.