llvm-toolchain-4.0 1:4.0.1-6 source package in Ubuntu

Changelog

llvm-toolchain-4.0 (1:4.0.1-6) 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:14 +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-4.0_4.0.1-6.dsc 7.1 KiB a99b1b676b0546e8b571c1c6a78f79427345a3d011fa545de020405474b6edfc
llvm-toolchain-4.0_4.0.1.orig-clang-tools-extra.tar.bz2 601.2 KiB 0d3e69df0dcf31ab6f010ea3bf395cb2ba1652e9f48f48481018c35a33024665
llvm-toolchain-4.0_4.0.1.orig-clang.tar.bz2 11.5 MiB 6109cc668b13b9dd7fdeca80b1445c280bf873de55a129025f0d70d7cb8b1bc1
llvm-toolchain-4.0_4.0.1.orig-compiler-rt.tar.bz2 1.7 MiB 7e2cd489cc3aa37e9846a072f206af8d7b9c15b48ddb46f7f7e8ab03d9f4ba52
llvm-toolchain-4.0_4.0.1.orig-lld.tar.bz2 608.9 KiB 537eda117953536df02a90d3bdc88477f60fde59242106609480730731be8175
llvm-toolchain-4.0_4.0.1.orig-lldb.tar.bz2 10.5 MiB f7250232d39765f7f29ce1e9e9bcc1abd93bd9db90fa6aba5abf7cf413b2613e
llvm-toolchain-4.0_4.0.1.orig-polly.tar.bz2 3.2 MiB 97922fcdaba2eb88d02d60da4371ce4f0947aab136df95614627e6e477c4a0d8
llvm-toolchain-4.0_4.0.1.orig.tar.bz2 23.6 MiB 10ea465493475891add1dc0c109458869afa29899210eb259d8a4ae3ec1d500d
llvm-toolchain-4.0_4.0.1-6.debian.tar.xz 64.8 KiB a7aaa6a51dd795ee2560178f28803afb054530ff5a493758b7c0251c633f6616

No changes file available.

Binary packages built by this source

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

No description available for clang-4.0 in ubuntu artful.

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

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

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

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

clang-4.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-4.0: No summary available for clang-format-4.0 in ubuntu artful.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

liblldb-4.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-4.0-dbg: No summary available for liblldb-4.0-dbg in ubuntu artful.

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

liblldb-4.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-4.0-ocaml-dev: No summary available for libllvm-4.0-ocaml-dev in ubuntu artful.

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

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

No description available for libllvm4.0 in ubuntu artful.

libllvm4.0-dbg: No summary available for libllvm4.0-dbg in ubuntu artful.

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

lld-4.0: No summary available for lld-4.0 in ubuntu artful.

No description available for lld-4.0 in ubuntu artful.

lld-4.0-dbgsym: debug symbols for lld-4.0
lldb-4.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-4.0-dbgsym: No summary available for lldb-4.0-dbgsym in ubuntu artful.

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

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

No description available for llvm-4.0 in ubuntu artful.

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

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

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

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

llvm-4.0-dev-dbgsym: debug symbols for llvm-4.0-dev
llvm-4.0-doc: No summary available for llvm-4.0-doc in ubuntu artful.

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

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

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

llvm-4.0-runtime: No summary available for llvm-4.0-runtime in ubuntu artful.

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

llvm-4.0-runtime-dbgsym: debug symbols for llvm-4.0-runtime
llvm-4.0-tools: No summary available for llvm-4.0-tools in ubuntu artful.

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

llvm-4.0-tools-dbgsym: debug symbols for llvm-4.0-tools
python-clang-4.0: No summary available for python-clang-4.0 in ubuntu artful.

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

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

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