Paketname | llvm-2.7-runtime |
Beschreibung | Low-Level Virtual Machine (LLVM), bytecode interpreter |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.7-6 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 112 Byte |
Hängt ab von | binfmt-support, libc6 (>= 2.3.6-6~), libffi5 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm2.7, libstdc++ |
Empfohlene Pakete | |
Paketbetreuer | LLVM Packaging Team |
Quelle | llvm-2.7 |
Paketgröße | 28636 Byte |
Prüfsumme MD5 | 8678beeebd30b70a780d3e31eedc2302 |
Prüfsumme SHA1 | e78f0537dd9ce8973abbe55130431ca3b01b22c5 |
Prüfsumme SHA256 | 85fbaf7877c5db91b9d6d4f63adf3a76deecf241267af687ffe9e9f0d4532c8a |
Link zum Herunterladen | llvm-2.7-runtime_2.7-6_i386.deb |
Ausführliche Beschreibung | The Low-Level Virtual Machine (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.
|