llvm-toolchain-6.0 1:6.0-1ubuntu2 source package in Ubuntu

Changelog

llvm-toolchain-6.0 (1:6.0-1ubuntu2) bionic; urgency=medium

  * debian/patches/install-lldb-sb-headers.patch: Install lldb's
    SB headers (pr36630).  Thanks to Pavel Labath <email address hidden>.
    LP: #1761009

 -- Nishanth Aravamudan <email address hidden>  Thu, 05 Apr 2018 15:05:20 -0700

Upload details

Uploaded by:
Nish Aravamudan
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
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-6.0_6.0.orig-clang-tools-extra.tar.bz2 789.9 KiB f5c96f38067cf0c8d81395452d0386e4715d83bd5588e49832798f6ed4b2d8fa
llvm-toolchain-6.0_6.0.orig-clang.tar.bz2 12.6 MiB d6d155313658edc8f901b1f01e353605de1c6a9a1efe6c87b2c111d23febad43
llvm-toolchain-6.0_6.0.orig-compiler-rt.tar.bz2 2.0 MiB 7253f34ae3faee95f32ee6b4a674b87911338f49f5e14f24afb2fa693f53b09c
llvm-toolchain-6.0_6.0.orig-lld.tar.bz2 833.7 KiB cd67e62c2bfc5cef9fad2b0b1044c072956bc0ab1692616d5dd9b4034782ab1e
llvm-toolchain-6.0_6.0.orig-lldb.tar.bz2 10.7 MiB 4519601ff08e43e83dc42dbdd8de134e59e33f78466fd88f1fdfd79798f5bdef
llvm-toolchain-6.0_6.0.orig-polly.tar.bz2 3.1 MiB a256c73b80c5bc311e8dc9471ded02a48c59583a3302f62f3296d223e108b6c6
llvm-toolchain-6.0_6.0.orig.tar.bz2 28.5 MiB 6e3439558692bbfd0bcaf4c4d1290e0c97bd710dab42860e0585303bbf67797a
llvm-toolchain-6.0_6.0-1ubuntu2.debian.tar.xz 68.6 KiB 593a2e81630a2f7410301c55eaee5d37a8f012dd493993666c0486ebd7520255
llvm-toolchain-6.0_6.0-1ubuntu2.dsc 6.5 KiB b8180aa76dc3b09dd320461f7e75e1dd801bfe6a870e23f9593cd73855536c44

Available diffs

View changes file

Binary packages built by this source

clang-6.0: C, C++ and Objective-C compiler

 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.

clang-6.0-dbgsym: No summary available for clang-6.0-dbgsym in ubuntu cosmic.

No description available for clang-6.0-dbgsym in ubuntu cosmic.

clang-6.0-doc: C, C++ and Objective-C compiler - Documentation

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

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

No description available for clang-format-6.0 in ubuntu cosmic.

clang-format-6.0-dbgsym: debug symbols for clang-format-6.0
clang-tidy-6.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-6.0-dbgsym: No summary available for clang-tidy-6.0-dbgsym in ubuntu cosmic.

No description available for clang-tidy-6.0-dbgsym in ubuntu cosmic.

clang-tools-6.0: No summary available for clang-tools-6.0 in ubuntu cosmic.

No description available for clang-tools-6.0 in ubuntu cosmic.

clang-tools-6.0-dbgsym: debug symbols for clang-tools-6.0
libclang-6.0-dev: No summary available for libclang-6.0-dev in ubuntu cosmic.

No description available for libclang-6.0-dev in ubuntu cosmic.

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

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

libclang-common-6.0-dev-dbgsym: debug symbols for libclang-common-6.0-dev
libclang1-6.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-6.0-dbg: No summary available for libclang1-6.0-dbg in ubuntu cosmic.

No description available for libclang1-6.0-dbg in ubuntu cosmic.

libfuzzer-6.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-6.0: No summary available for liblld-6.0 in ubuntu cosmic.

No description available for liblld-6.0 in ubuntu cosmic.

liblld-6.0-dev: LLVM-based linker, header files

 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 provides the header files to build extension over lld.

liblldb-6.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-6.0-dbg: No summary available for liblldb-6.0-dbg in ubuntu cosmic.

No description available for liblldb-6.0-dbg in ubuntu cosmic.

liblldb-6.0-dev: No summary available for liblldb-6.0-dev in ubuntu cosmic.

No description available for liblldb-6.0-dev in ubuntu cosmic.

libllvm6.0: No summary available for libllvm6.0 in ubuntu cosmic.

No description available for libllvm6.0 in ubuntu cosmic.

libllvm6.0-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.

lld-6.0: No summary available for lld-6.0 in ubuntu cosmic.

No description available for lld-6.0 in ubuntu cosmic.

lld-6.0-dbgsym: No summary available for lld-6.0-dbgsym in ubuntu cosmic.

No description available for lld-6.0-dbgsym in ubuntu cosmic.

lldb-6.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-6.0-dbgsym: No summary available for lldb-6.0-dbgsym in ubuntu cosmic.

No description available for lldb-6.0-dbgsym in ubuntu cosmic.

llvm-6.0: No summary available for llvm-6.0 in ubuntu cosmic.

No description available for llvm-6.0 in ubuntu cosmic.

llvm-6.0-dbgsym: debug symbols for llvm-6.0
llvm-6.0-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-6.0-dev-dbgsym: debug symbols for llvm-6.0-dev
llvm-6.0-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-6.0-examples: No summary available for llvm-6.0-examples in ubuntu cosmic.

No description available for llvm-6.0-examples in ubuntu cosmic.

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

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

python-lldb-6.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.