llvm-toolchain-3.9 1:3.9.1-17ubuntu1 source package in Ubuntu

Changelog

llvm-toolchain-3.9 (1:3.9.1-17ubuntu1) artful; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Drop python-lldb-3.9 from lldb-3.9 depends because it's in universe.

llvm-toolchain-3.9 (1:3.9.1-17) unstable; urgency=medium

  * Remove the -Wl option to call gold instead of the normal linker
    (Closes: #876787)

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

 -- Gianfranco Costamagna <email address hidden>  Mon, 02 Oct 2017 10:17:17 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Artful
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-3.9_3.9.1.orig-clang-tools-extra.tar.bz2 477.5 KiB a769c02964f9a93a978c7c46bb410398f52b1d65d3042db57cf36125f5ffe15f
llvm-toolchain-3.9_3.9.1.orig-clang.tar.bz2 10.9 MiB 74a8086969f7f45312fd2280132d976adcff041938aeb3c6d3cdaac537bf4854
llvm-toolchain-3.9_3.9.1.orig-compiler-rt.tar.bz2 1.7 MiB 0338475cb10595fc674d3078149f22fb348a206fe27d055dc285466783d0a392
llvm-toolchain-3.9_3.9.1.orig-lld.tar.bz2 514.9 KiB 063896feef13d21b9919de176f74b98ab4f07a80d9adb54f25b4ea2f4f9af950
llvm-toolchain-3.9_3.9.1.orig-lldb.tar.bz2 7.1 MiB 0d233083ba0f883a3e45df81e20e21bba99144310147ac834cfb6ee5ddf8ac8a
llvm-toolchain-3.9_3.9.1.orig-polly.tar.bz2 3.1 MiB f338a410667572732601f6a1d200f40be7d25b2d8064872bbbea76f6048b7c2c
llvm-toolchain-3.9_3.9.1.orig.tar.bz2 20.0 MiB aa56c943b2c84585bfe2e97f4677e4e33ed6c8d959bd9f5f7db2ad2047562e45
llvm-toolchain-3.9_3.9.1-17ubuntu1.debian.tar.xz 78.5 KiB d6dfee22e2e90fcf381b346472c7dff766144fab5395d4195130ca6958a66d7a
llvm-toolchain-3.9_3.9.1-17ubuntu1.dsc 6.4 KiB 06f7bb042da20adbaa5d27302e555eba46ed04330c028522ac79273faee2b17d

View changes file

Binary packages built by this source

clang-3.9: C, C++ and Objective-C compiler (LLVM based)

 Clang project is a C, C++, Objective C and Objective C++ front-end
 for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
 Collection (GCC).
 .
 Clang fully implements all published ISO C++ standards including C++11, as
 well as the upcoming C++14 standard, and some parts of the fledgling C++1z
 standard, and is considered a production-quality C++ compiler.

clang-3.9-dbgsym: debug symbols for clang-3.9
clang-3.9-doc: No summary available for clang-3.9-doc in ubuntu artful.

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

clang-3.9-examples: Clang examples

 Clang project is a C, C++, Objective C and Objective C++ front-end
 for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
 Collection (GCC).
 .
 Clang fully implements all published ISO C++ standards including C++11, as
 well as the upcoming C++14 standard, and some parts of the fledgling C++1z
 standard, and is considered a production-quality C++ compiler.
 .
 This package contains the clang examples.

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

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

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

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

clang-tidy-3.9: 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-3.9-dbgsym: debug symbols for clang-tidy-3.9
libclang-3.9-dev: No summary available for libclang-3.9-dev in ubuntu artful.

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

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

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

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

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

libclang1-3.9: No summary available for libclang1-3.9 in ubuntu artful.

No description available for libclang1-3.9 in ubuntu artful.

libclang1-3.9-dbg: No summary available for libclang1-3.9-dbg in ubuntu artful.

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

libfuzzer-3.9-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.

liblldb-3.9: No summary available for liblldb-3.9 in ubuntu artful.

No description available for liblldb-3.9 in ubuntu artful.

liblldb-3.9-dbg: No summary available for liblldb-3.9-dbg in ubuntu artful.

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

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

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

libllvm3.9: No summary available for libllvm3.9 in ubuntu artful.

No description available for libllvm3.9 in ubuntu artful.

libllvm3.9-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.

lldb-3.9: 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-3.9-dbgsym: No summary available for lldb-3.9-dbgsym in ubuntu artful.

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

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

No description available for llvm-3.9 in ubuntu artful.

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

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

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

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

llvm-3.9-doc: No summary available for llvm-3.9-doc in ubuntu artful.

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

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

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

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

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

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

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

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

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

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

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

python-clang-3.9: Clang Python Bindings

 Clang project is a C, C++, Objective C and Objective C++ front-end
 for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
 Collection (GCC).
 .
 Clang fully implements all published ISO C++ standards including C++11, as
 well as the upcoming C++14 standard, and some parts of the fledgling C++1z
 standard, and is considered a production-quality C++ compiler.
 .
 This binding package provides access to the Clang compiler and libraries.

python-lldb-3.9: 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.