llvm-toolchain-snapshot 1:3.4~svn192795-1~ubuntu2 source package in Ubuntu
Changelog
llvm-toolchain-snapshot (1:3.4~svn192795-1~ubuntu2) saucy; urgency=low * Really disable all tests to get a package into the archive (hanging on the buildds at least on armhf and powerpc). * Disable the lldb packages for AArch64 in the control file too. * Really apply the lldb-link-atomic.diff patch. -- Matthias Klose <email address hidden> Wed, 16 Oct 2013 22:30:19 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Saucy
- Original maintainer:
- LLVM Packaging Team
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
llvm-toolchain-snapshot_3.4~svn192795.orig-clang-tools-extra.tar.bz2 | 152.2 KiB | cbd528ca14c860d9487bed105a03d6341d73786b87cde916271126ced9cb6eac |
llvm-toolchain-snapshot_3.4~svn192795.orig-clang.tar.bz2 | 7.9 MiB | 819a2ee8d187b2ed2bc327c9533cfd903f07ba5a61488e33f9c3fa1f94e07ba1 |
llvm-toolchain-snapshot_3.4~svn192795.orig-compiler-rt.tar.bz2 | 1.3 MiB | e88a80f4ba9e38c401437385da657a6694b7e2c2828bedf3c3892d4953478dc4 |
llvm-toolchain-snapshot_3.4~svn192795.orig-lldb.tar.bz2 | 2.6 MiB | 010007628be06c08a1e81bf3cd0a6a42829a1c90ad7a73b5ec7b2ae3969d535f |
llvm-toolchain-snapshot_3.4~svn192795.orig-polly.tar.bz2 | 319.5 KiB | a92ab7283539840bf5e1326a0cf9b40162cb161efbe9d81d128e8a6087f6173e |
llvm-toolchain-snapshot_3.4~svn192795.orig.tar.bz2 | 11.2 MiB | d7ed696ae0f99f22ef261f10b4308a9ed4ddf0c143d994e2f03a3a33b1d1a1af |
llvm-toolchain-snapshot_3.4~svn192795-1~ubuntu2.debian.tar.gz | 61.2 KiB | 8eab523ccbb767cbc34d3513018345daeea71262d963e0d275a7b51355d01531 |
llvm-toolchain-snapshot_3.4~svn192795-1~ubuntu2.dsc | 4.5 KiB | e90b34b0fd8b06802016fdfc33977218058be64d20026ed219f2e85b68ea7630 |
Available diffs
Binary packages built by this source
- clang-3.4: No summary available for clang-3.4 in ubuntu saucy.
No description available for clang-3.4 in ubuntu saucy.
- clang-3.4-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 implements all of the ISO C++ 1998 and 2001 standards and also provides
a partial support of C++1y.
.
This package contains the documentation.
- clang-format-3.4: No summary available for clang-format-3.4 in ubuntu saucy.
No description available for clang-format-3.4 in ubuntu saucy.
- clang-modernize-3.4: No summary available for clang-modernize-3.4 in ubuntu saucy.
No description available for clang-modernize-3.4 in ubuntu saucy.
- cpp11-migrate-3.4: 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.
.
This is a transitional dummy package. It can safely be removed.
- libclang-3.4-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 implements all of the ISO C++ 1998 and 2001 standards and also provides
a partial support of C++1y.
.
This package contains the clang headers to develop extensions over
libclang1-3.4.
- libclang-common-3.4-dev: No summary available for libclang-common-3.4-dev in ubuntu saucy.
No description available for libclang-
common- 3.4-dev in ubuntu saucy.
- libclang1-3.4: No summary available for libclang1-3.4 in ubuntu saucy.
No description available for libclang1-3.4 in ubuntu saucy.
- libclang1-3.4-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 implements all of the ISO C++ 1998 and 2001 standards and also provides
a partial support of C++1y.
.
This package contains the debugging symbols.
- libllvm-3.4-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.4: 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.4-dbg: No summary available for libllvm3.4-dbg in ubuntu saucy.
No description available for libllvm3.4-dbg in ubuntu saucy.
- lldb-3.4: 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.4-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.
- llvm-3.4: 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 is the key component of the clang compiler and the gcc plugin called
dragonegg.
- llvm-3.4-dev: No summary available for llvm-3.4-dev in ubuntu saucy.
No description available for llvm-3.4-dev in ubuntu saucy.
- llvm-3.4-doc: No summary available for llvm-3.4-doc in ubuntu saucy.
No description available for llvm-3.4-doc in ubuntu saucy.
- llvm-3.4-examples: No summary available for llvm-3.4-examples in ubuntu saucy.
No description available for llvm-3.4-examples in ubuntu saucy.
- llvm-3.4-runtime: No summary available for llvm-3.4-runtime in ubuntu saucy.
No description available for llvm-3.4-runtime in ubuntu saucy.
- python-clang-3.4: Clang Python Bindings
This binding package provides access to the Clang compiler and libraries.