llvm-toolchain-5.0 1:5.0.1-4 source package in Ubuntu

Changelog

llvm-toolchain-5.0 (1:5.0.1-4) unstable; urgency=medium

  * Fix the FTBFS with glibc 2.27

 -- Sylvestre Ledru <email address hidden>  Wed, 21 Mar 2018 22:56:33 +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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
llvm-toolchain-5.0_5.0.1-4.dsc 6.6 KiB aedd31cbe25f11335bff156d301b1c6be8a59cef3404dbd558552e1f929095a9
llvm-toolchain-5.0_5.0.1.orig-clang-tools-extra.tar.bz2 665.8 KiB bde17323540cd2e8356027e3acefbee7d7029b34d06bffc515d3f232aa38ad2e
llvm-toolchain-5.0_5.0.1.orig-clang.tar.bz2 12.1 MiB c2320b1af6bdf48bd6945a939954866bdd63d2515cefb15ebebfe8f27e8eeace
llvm-toolchain-5.0_5.0.1.orig-compiler-rt.tar.bz2 1.9 MiB 48d3bd54f3b262727ac5642acf950443e7da5f8f061132bb46d9405dca131bcd
llvm-toolchain-5.0_5.0.1.orig-lld.tar.bz2 698.5 KiB 7f8dfaeaa3a8c36395ad4ae2381db59f5dadd222aa2c2fe7712167ccad0724b8
llvm-toolchain-5.0_5.0.1.orig-lldb.tar.bz2 10.6 MiB a072286674d31ae2f6792d69c91e8861d2da4d90a4ca538781d751e0a9c42eff
llvm-toolchain-5.0_5.0.1.orig-polly.tar.bz2 2.9 MiB 886e1f7da9249704f31ee4e5c01afc6eecfe87d1119c73813b7b5b60629a8ed8
llvm-toolchain-5.0_5.0.1.orig.tar.bz2 26.5 MiB 07ac23993311f4e7c637379722338030f0f927bb7fc243551165469f3f9ff0fc
llvm-toolchain-5.0_5.0.1-4.debian.tar.xz 70.2 KiB 1587bdc90b5bbb23112cc711908ac3299356feadea3f1c018109807f81cb1ab0

Available diffs

No changes file available.

Binary packages built by this source

clang-5.0: C, C++ and Objective-C compiler

 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.

clang-5.0-dbgsym: No summary available for clang-5.0-dbgsym in ubuntu cosmic.

No description available for clang-5.0-dbgsym in ubuntu cosmic.

clang-5.0-doc: No summary available for clang-5.0-doc in ubuntu cosmic.

No description available for clang-5.0-doc in ubuntu cosmic.

clang-5.0-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-5.0: No summary available for clang-format-5.0 in ubuntu cosmic.

No description available for clang-format-5.0 in ubuntu cosmic.

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

No description available for clang-tools-5.0 in ubuntu cosmic.

clang-tools-5.0-dbgsym: debug symbols for clang-tools-5.0
libclang-5.0-dev: No summary available for libclang-5.0-dev in ubuntu cosmic.

No description available for libclang-5.0-dev in ubuntu cosmic.

libclang-common-5.0-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-5.0-dev-dbgsym: debug symbols for libclang-common-5.0-dev
libclang1-5.0: 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 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-5.0-dbg: clang library (debug)

 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 debugging symbols.

libfuzzer-5.0-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-5.0: 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-5.0-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-5.0: 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-5.0-dbg: No summary available for liblldb-5.0-dbg in ubuntu cosmic.

No description available for liblldb-5.0-dbg in ubuntu cosmic.

liblldb-5.0-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.

libllvm5.0: No summary available for libllvm5.0 in ubuntu cosmic.

No description available for libllvm5.0 in ubuntu cosmic.

libllvm5.0-dbg: Modular compiler and toolchain technologies, debugging libraries

 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 debug symbols.

lld-5.0: 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-5.0-dbgsym: debug symbols for lld-5.0
lldb-5.0: 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-5.0-dbgsym: debug symbols for lldb-5.0
llvm-5.0: No summary available for llvm-5.0 in ubuntu cosmic.

No description available for llvm-5.0 in ubuntu cosmic.

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

No description available for llvm-5.0-doc in ubuntu cosmic.

llvm-5.0-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-5.0-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-5.0-runtime-dbgsym: debug symbols for llvm-5.0-runtime
llvm-5.0-tools: No summary available for llvm-5.0-tools in ubuntu cosmic.

No description available for llvm-5.0-tools in ubuntu cosmic.

llvm-5.0-tools-dbgsym: No summary available for llvm-5.0-tools-dbgsym in ubuntu cosmic.

No description available for llvm-5.0-tools-dbgsym in ubuntu cosmic.

python-clang-5.0: No summary available for python-clang-5.0 in ubuntu cosmic.

No description available for python-clang-5.0 in ubuntu cosmic.

python-lldb-5.0: Next generation, high-performance debugger, python lib

 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 binding package provides access to lldb.