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

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

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

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

No description available for liblld-5.0 in ubuntu artful.

liblld-5.0-dbg: No summary available for liblld-5.0-dbg in ubuntu bionic.

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

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

No description available for libllvm5.0-dbg in ubuntu artful.

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

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

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

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

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

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

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

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

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.