llvm-toolchain-3.6 1:3.6.2-1 source package in Ubuntu

Changelog

llvm-toolchain-3.6 (1:3.6.2-1) unstable; urgency=medium

  [ Sylvestre Ledru ]
  * New upstream release
  * Upload in unstable
  * Add a workaround to build against g++ 5.2 (which does not provide
    the binary g++-5.2)
  * Transition to gcc 5. Thanks to Matthias Klose for the patch.
    For this, we had to rename libllvm3.6 to libllvm3.6v5
    (Closes: #793899)
  * bug-24472.diff: Silent some aarch64/arm64 tests which started to fail
    probably during the gcc 5 migration

 -- Sylvestre Ledru <email address hidden>  Mon, 17 Aug 2015 11:23:35 +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-3.6_3.6.2-1.dsc 5.8 KiB 99133e77300a8e1d9044b971814552be847b7fc8b54882a1997a42e476ba53d6
llvm-toolchain-3.6_3.6.2.orig-clang-tools-extra.tar.bz2 248.9 KiB a2b95dfff5a52d45f829ccceaa8db6fab051ac429c563296e418d88f409282e5
llvm-toolchain-3.6_3.6.2.orig-clang.tar.bz2 9.0 MiB e2b6979e5cecb8ea22f42fba5cc1ec570a3f1960451df6b56a4ad64a04ea30ee
llvm-toolchain-3.6_3.6.2.orig-compiler-rt.tar.bz2 1.4 MiB 9df559c14bd26bb206cd6cdd0d2ae672f13d5cfba07897457dd33cb863f985a5
llvm-toolchain-3.6_3.6.2.orig-lldb.tar.bz2 3.3 MiB df0cd96a4fcea9721f508bee23b02468eaef7e106a02f5859a8867ab498d1404
llvm-toolchain-3.6_3.6.2.orig-polly.tar.bz2 296.2 KiB 77017db0f4ff6bb021bec57d34b7acc2154a0abf27b512cde4275e4aec22d3e3
llvm-toolchain-3.6_3.6.2.orig.tar.bz2 13.9 MiB 51214b5d8941e5092e4d253b2f7d9e6ebd2bb63f5f369b9da648b3cbb02f3803
llvm-toolchain-3.6_3.6.2-1.debian.tar.xz 49.0 KiB 216b1992c29ed6cd8bdd6d4e979a7f0a6dd50fa722ef10b25279f1484009a1d3

No changes file available.

Binary packages built by this source

clang-3.6: No summary available for clang-3.6 in ubuntu wily.

No description available for clang-3.6 in ubuntu wily.

clang-3.6-doc: No summary available for clang-3.6-doc in ubuntu wily.

No description available for clang-3.6-doc in ubuntu wily.

clang-3.6-examples: No summary available for clang-3.6-examples in ubuntu wily.

No description available for clang-3.6-examples in ubuntu wily.

clang-format-3.6: No summary available for clang-format-3.6 in ubuntu wily.

No description available for clang-format-3.6 in ubuntu wily.

clang-modernize-3.6: Tool to convert C++98 and C++03 code to C++11

 The purpose of the C++11 Migrator is to do source-to-source translation to
 migrate existing C++ code to use C++11 features to enhance
 maintainability, readability, runtime performance, and compile-time
 performance. Development is still early and transforms fall mostly into
 the first two categories. The migrator is based on Clang's LibTooling and
 the AST Matching library.

cpp11-migrate-3.6: No summary available for cpp11-migrate-3.6 in ubuntu wily.

No description available for cpp11-migrate-3.6 in ubuntu wily.

libclang-3.6-dev: No summary available for libclang-3.6-dev in ubuntu wily.

No description available for libclang-3.6-dev in ubuntu wily.

libclang-common-3.6-dev: clang library - Common 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 implements all of the ISO C++ 1998 and 2001 standards and also provides
 a partial support of C++1y.
 .
 This package contains the clang generic headers and some libraries
 (profiling, etc).

libclang1-3.6: No summary available for libclang1-3.6 in ubuntu wily.

No description available for libclang1-3.6 in ubuntu wily.

libclang1-3.6-dbg: No summary available for libclang1-3.6-dbg in ubuntu wily.

No description available for libclang1-3.6-dbg in ubuntu wily.

liblldb-3.6: 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-3.6-dbgsym: debug symbols for package liblldb-3.6

 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-3.6-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.6-ocaml-dev: Modular compiler and toolchain technologies, OCaml bindings

 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 OCaml bindings to develop applications using llvm.

libllvm3.6-dbg: No summary available for libllvm3.6-dbg in ubuntu wily.

No description available for libllvm3.6-dbg in ubuntu wily.

libllvm3.6v5: No summary available for libllvm3.6v5 in ubuntu wily.

No description available for libllvm3.6v5 in ubuntu wily.

lldb-3.6: No summary available for lldb-3.6 in ubuntu wily.

No description available for lldb-3.6 in ubuntu wily.

lldb-3.6-dev: transitional dummy package to liblldb-3.6-dev

 This is a transitional dummy package. It can safely be removed.

llvm-3.6: No summary available for llvm-3.6 in ubuntu wily.

No description available for llvm-3.6 in ubuntu wily.

llvm-3.6-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.6-dev-dbgsym: debug symbols for package llvm-3.6-dev

 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.6-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.6-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.6-runtime: No summary available for llvm-3.6-runtime in ubuntu wily.

No description available for llvm-3.6-runtime in ubuntu wily.

llvm-3.6-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.

python-clang-3.6: No summary available for python-clang-3.6 in ubuntu wily.

No description available for python-clang-3.6 in ubuntu wily.

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