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

Changelog

llvm-toolchain-3.9 (1:3.9.1-19ubuntu1) bionic; 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-19) unstable; urgency=medium

  * Standards-Version updated to 4.1.1
  * Add the keep alive to hopefully fix the armhf timeout
  * Try to fix the mipsel FTBFS (Closes: #877567)
    I am trying the first option from the bug:
    - gsplit-dward on 32 bits archs
    - -g everywhere
    Many thanks to Adrian Bunk for that

 -- Gianfranco Costamagna <email address hidden>  Tue, 26 Dec 2017 18:24:19 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Bionic
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 main misc

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-19ubuntu1.debian.tar.xz 78.7 KiB edf5bf60a80b678ec4cd46f5deacbaf4673e7903073cdac1b67c2aeffb253234
llvm-toolchain-3.9_3.9.1-19ubuntu1.dsc 6.2 KiB 37e2ea6a0279a6be4aeaf6c8363ad9ccb793f26e57fac325c6a1daa285823e9d

View changes file

Binary packages built by this source

clang-3.9: No summary available for clang-3.9 in ubuntu cosmic.

No description available for clang-3.9 in ubuntu cosmic.

clang-3.9-dbgsym: debug symbols for clang-3.9
clang-3.9-doc: C, C++ and Objective-C compiler (LLVM based) - Documentation

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

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

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

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: clang library - Development package

 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 headers to develop extensions over
 libclang1-3.9.

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

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

libclang-common-3.9-dev-dbgsym: debug symbols for libclang-common-3.9-dev
libclang1-3.9: C interface to the clang library

 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 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-3.9-dbg: clang library

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

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

No description available for liblldb-3.9 in ubuntu cosmic.

liblldb-3.9-dbg: Next generation, high-performance debugger, debugging libraries

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

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.

libllvm3.9: Modular compiler and toolchain technologies, runtime library

 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.

libllvm3.9-dbg: No summary available for libllvm3.9-dbg in ubuntu cosmic.

No description available for libllvm3.9-dbg in ubuntu cosmic.

lldb-3.9: No summary available for lldb-3.9 in ubuntu cosmic.

No description available for lldb-3.9 in ubuntu cosmic.

lldb-3.9-dbgsym: debug symbols for lldb-3.9
llvm-3.9: Modular compiler and toolchain technologies

 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).
 .
 The strengths of the LLVM infrastructure are its extremely
 simple design (which makes it easy to understand and use),
 source-language independence, powerful mid-level optimizer, automated
 compiler debugging support, extensibility, and its stability and
 reliability. LLVM is currently being used to host a wide variety of
 academic research projects and commercial projects. LLVM includes C
 and C++ front-ends, a front-end for a Forth-like language (Stacker),
 a young scheme front-end, and Java support is in development. LLVM can
 generate code for X86, SparcV9, PowerPC or many other architectures.

llvm-3.9-dbgsym: debug symbols for llvm-3.9
llvm-3.9-dev: No summary available for llvm-3.9-dev in ubuntu cosmic.

No description available for llvm-3.9-dev in ubuntu cosmic.

llvm-3.9-dev-dbgsym: debug symbols for llvm-3.9-dev
llvm-3.9-doc: Modular compiler and toolchain technologies, documentation

 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 all documentation (extensive).

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

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

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

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

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.