llvm-toolchain-9 1:9-2 source package in Ubuntu

Changelog

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

  [ Gianfranco Costamagna ]
  * Enable lldb on s390x too, it builds fine now
  * python*lldb, depend on liblldb-9 to avoid failure during import
  * Add a basic cmake test to see if the package is imported correctly

  [ Sylvestre Ledru ]
  * add a cpuid check
  * /disable-lit-cpuid-install.diff: Remove the lit-cpuid from the llvm
    install.
    It is provided by lldb and we don't want to add this as a new
    dep from llvm-dev (Closes: #941082 #941306)

 -- Sylvestre Ledru <email address hidden>  Thu, 03 Oct 2019 18:14:21 +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-9_9-2.dsc 8.4 KiB 3d904599b62b90e152eaa34b41c824125dfe922006d3d173ca1ec87e1b7cbd18
llvm-toolchain-9_9.orig-clang-tools-extra.tar.bz2 2.2 MiB 8890e967ab29b703d3270c6ecb7e3f948de8732c80c69fb2932d3eb986aadb0e
llvm-toolchain-9_9.orig-clang.tar.bz2 14.4 MiB 059a886693c55991f6cc26ebb64db9f5fbdc20ea7b5f6ae593a4f2ccbadd6769
llvm-toolchain-9_9.orig-compiler-rt.tar.bz2 2.4 MiB 3966f2a92b7c4aef79159a626b5fdccb554a5418179f212602238be1c1d2d0ce
llvm-toolchain-9_9.orig-libcxx.tar.bz2 1.9 MiB d0ddf9033eed136f622253f3d143d4058efe455dc6b4bcd3c38ad00de01e3d3b
llvm-toolchain-9_9.orig-libcxxabi.tar.bz2 546.8 KiB 8b08561bdf578b8e82d2c6febdd92ce6b3acdf072b690293cd5ced0d69720822
llvm-toolchain-9_9.orig-lld.tar.bz2 1.1 MiB 0a89c9b919c9f3b2ef48f4494f11aa188d432d53f7288fde98ab96b56b832b5d
llvm-toolchain-9_9.orig-lldb.tar.bz2 11.2 MiB 69769dc99ab6649c53447126c556f9420bf0737eb47b4b4af70a60a98cf9319e
llvm-toolchain-9_9.orig-openmp.tar.bz2 1010.8 KiB 6047d1d442783685b231304db41e27e2a91a76bbdbb0801992b2b38bae42343f
llvm-toolchain-9_9.orig-polly.tar.bz2 3.8 MiB 62cc1eb26711ffd71bee0391ced1cf119c3f9b8359d9d5821f97321f996910ba
llvm-toolchain-9_9.orig.tar.bz2 37.3 MiB a87320e6680b93dfb26f1dc90c8910c5ca03912b8cd97ecd04928739918726b5
llvm-toolchain-9_9-2.debian.tar.xz 107.5 KiB 7fc414debe42d696646a579168d606c866a198c247ed588a1b3420d15df89023

No changes file available.

Binary packages built by this source

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

No description available for clang-9 in ubuntu eoan.

clang-9-dbgsym: No summary available for clang-9-dbgsym in ubuntu eoan.

No description available for clang-9-dbgsym in ubuntu eoan.

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

No description available for clang-9-examples in ubuntu eoan.

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

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

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

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

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

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

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

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

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

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

libc++1-9: No summary available for libc++1-9 in ubuntu eoan.

No description available for libc++1-9 in ubuntu eoan.

libc++1-9-dbgsym: No summary available for libc++1-9-dbgsym in ubuntu eoan.

No description available for libc++1-9-dbgsym in ubuntu eoan.

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

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

libc++abi1-9: No summary available for libc++abi1-9 in ubuntu eoan.

No description available for libc++abi1-9 in ubuntu eoan.

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

No description available for libclang-9-dev in ubuntu eoan.

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: debug symbols for libclang-common-9-dev
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: No summary available for libclang-cpp9-dbgsym in ubuntu eoan.

No description available for libclang-cpp9-dbgsym in ubuntu eoan.

libclang1-9: No summary available for libclang1-9 in ubuntu eoan.

No description available for libclang1-9 in ubuntu eoan.

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

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

liblld-9: No summary available for liblld-9 in ubuntu eoan.

No description available for liblld-9 in ubuntu eoan.

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

No description available for liblldb-9-dbgsym in ubuntu eoan.

liblldb-9-dev: No summary available for liblldb-9-dev in ubuntu eoan.

No description available for liblldb-9-dev in ubuntu eoan.

libllvm-9-ocaml-dev: No summary available for libllvm-9-ocaml-dev in ubuntu eoan.

No description available for libllvm-9-ocaml-dev in ubuntu eoan.

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

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

No description available for libomp5-9 in ubuntu eoan.

libomp5-9-dbgsym: debug symbols for libomp5-9
lld-9: No summary available for lld-9 in ubuntu eoan.

No description available for lld-9 in ubuntu eoan.

lld-9-dbgsym: No summary available for lld-9-dbgsym in ubuntu eoan.

No description available for lld-9-dbgsym in ubuntu eoan.

lldb-9: No summary available for lldb-9 in ubuntu eoan.

No description available for lldb-9 in ubuntu eoan.

lldb-9-dbgsym: No summary available for lldb-9-dbgsym in ubuntu eoan.

No description available for lldb-9-dbgsym in ubuntu eoan.

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

No description available for llvm-9-dbgsym in ubuntu eoan.

llvm-9-dev: No summary available for llvm-9-dev in ubuntu eoan.

No description available for llvm-9-dev in ubuntu eoan.

llvm-9-dev-dbgsym: No summary available for llvm-9-dev-dbgsym in ubuntu eoan.

No description available for llvm-9-dev-dbgsym in ubuntu eoan.

llvm-9-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-9-examples: No summary available for llvm-9-examples in ubuntu eoan.

No description available for llvm-9-examples in ubuntu eoan.

llvm-9-runtime: No summary available for llvm-9-runtime in ubuntu eoan.

No description available for llvm-9-runtime in ubuntu eoan.

llvm-9-runtime-dbgsym: No summary available for llvm-9-runtime-dbgsym in ubuntu eoan.

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

llvm-9-tools: No summary available for llvm-9-tools in ubuntu eoan.

No description available for llvm-9-tools in ubuntu eoan.

llvm-9-tools-dbgsym: No summary available for llvm-9-tools-dbgsym in ubuntu eoan.

No description available for llvm-9-tools-dbgsym in ubuntu eoan.

python-clang-9: transitional package to python3-clang-9

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

python-lldb-9: No summary available for python-lldb-9 in ubuntu focal.

No description available for python-lldb-9 in ubuntu focal.

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

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