llvm-toolchain-5.0 1:5.0-3 source package in Ubuntu

Changelog

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

  * Remove the -Wl option to call gold instead of the normal linker
    (Closes: #876787)
  * For now, lld doesn't generate shared libs. Removing the files
    (Closes: #857653)
  * Add the missing lldb symlinks (Closes: #872237)

  [ Gianfranco Costamagna ]
  * Fixup previous upload, adding -NDEBUG to build flags,
    lost in the -g -> -g1 switch

 -- Sylvestre Ledru <email address hidden>  Sun, 01 Oct 2017 15:24:29 +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-5.0_5.0-3.dsc 7.1 KiB 7ac2c2d069f4c631cb9327ae9f1f7de7e44b4a081cd7131067a8fe94d5179f61
llvm-toolchain-5.0_5.0.orig-clang-tools-extra.tar.bz2 665.4 KiB 130da0173930de4e5c268d6cbdc6fe921f2989b66194a6f1983f38205ee62427
llvm-toolchain-5.0_5.0.orig-clang.tar.bz2 12.1 MiB c6157a1e2b109cb1baaec9917f2f192b3fdbd3c229a0bd1c25769e04c2ebf6d6
llvm-toolchain-5.0_5.0.orig-compiler-rt.tar.bz2 1.9 MiB bffb2aee2a4a1897b5a998727a75a37e4d92ade510a8e3edf5d2a29c119495af
llvm-toolchain-5.0_5.0.orig-lld.tar.bz2 697.8 KiB f1bccd8e5a655026de7c975be1ecf3a8c3b4e3aab99330e2000812690ed4d1c0
llvm-toolchain-5.0_5.0.orig-lldb.tar.bz2 10.6 MiB 525d84a7538cae78e619cd530c00b845d379af39a358b933e95dbfbe82b1ecde
llvm-toolchain-5.0_5.0.orig-polly.tar.bz2 2.9 MiB 40af40801039053e7e479fefb57651a7aa91c5cca8c874f72be319484ad671e3
llvm-toolchain-5.0_5.0.orig.tar.bz2 26.5 MiB 9788c8e44015322045407ba53d1e1a69d8a826b34bf28d62838ea504176c1f80
llvm-toolchain-5.0_5.0-3.debian.tar.xz 63.9 KiB f2265f33efc06ecb241b564e320a2d80039aa3f31332f44189691f6d4f043b0f

No changes file available.

Binary packages built by this source

clang-5.0: No summary available for clang-5.0 in ubuntu artful.

No description available for clang-5.0 in ubuntu artful.

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

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

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

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

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

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

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

No description available for clang-format-5.0-dbgsym in ubuntu artful.

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

No description available for clang-tidy-5.0-dbgsym in ubuntu artful.

libclang-5.0-dev: No summary available for libclang-5.0-dev in ubuntu artful.

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

libclang-common-5.0-dev: No summary available for libclang-common-5.0-dev in ubuntu artful.

No description available for libclang-common-5.0-dev in ubuntu artful.

libclang-common-5.0-dev-dbgsym: No summary available for libclang-common-5.0-dev-dbgsym in ubuntu artful.

No description available for libclang-common-5.0-dev-dbgsym in ubuntu artful.

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: No summary available for libfuzzer-5.0-dev in ubuntu artful.

No description available for libfuzzer-5.0-dev in ubuntu artful.

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-dbg: No summary available for liblld-5.0-dbg in ubuntu artful.

No description available for liblld-5.0-dbg in ubuntu artful.

liblld-5.0-dev: No summary available for liblld-5.0-dev in ubuntu artful.

No description available for liblld-5.0-dev in ubuntu artful.

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

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

liblldb-5.0-dev: No summary available for liblldb-5.0-dev in ubuntu artful.

No description available for liblldb-5.0-dev in ubuntu artful.

libllvm-5.0-ocaml-dev: No summary available for libllvm-5.0-ocaml-dev in ubuntu artful.

No description available for libllvm-5.0-ocaml-dev in ubuntu artful.

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

No description available for libllvm5.0 in ubuntu artful.

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: No summary available for lld-5.0 in ubuntu artful.

No description available for lld-5.0 in ubuntu artful.

lld-5.0-dbgsym: No summary available for lld-5.0-dbgsym in ubuntu artful.

No description available for lld-5.0-dbgsym in ubuntu artful.

lldb-5.0: No summary available for lldb-5.0 in ubuntu artful.

No description available for lldb-5.0 in ubuntu artful.

lldb-5.0-dbgsym: No summary available for lldb-5.0-dbgsym in ubuntu artful.

No description available for lldb-5.0-dbgsym in ubuntu artful.

llvm-5.0: No summary available for llvm-5.0 in ubuntu artful.

No description available for llvm-5.0 in ubuntu artful.

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

No description available for llvm-5.0-dbgsym in ubuntu artful.

llvm-5.0-dev: No summary available for llvm-5.0-dev in ubuntu artful.

No description available for llvm-5.0-dev in ubuntu artful.

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

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

llvm-5.0-examples: No summary available for llvm-5.0-examples in ubuntu artful.

No description available for llvm-5.0-examples in ubuntu artful.

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

No description available for llvm-5.0-runtime-dbgsym in ubuntu artful.

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

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

llvm-5.0-tools-dbgsym: debug symbols for llvm-5.0-tools
python-clang-5.0: 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.

python-lldb-5.0: No summary available for python-lldb-5.0 in ubuntu artful.

No description available for python-lldb-5.0 in ubuntu artful.