Paketname | llvm-dev |
Beschreibung | Low-Level Virtual Machine (LLVM), libraries and headers |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 2.7-0ubuntu1 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 30240 Byte |
Hängt ab von | libc6 (>= 2.4), libffi5 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libllvm2.7 (>= 2.7-0ubuntu1), libstdc++6 ( |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Core developers |
Quelle | llvm |
Paketgröße | 8775256 Byte |
Prüfsumme MD5 | 19fa3a270ad4accc78def42548aa15f9 |
Prüfsumme SHA1 | f8ac67dce24fe2cc3ab2f5761d629d3ac07973ca |
Prüfsumme SHA256 | e3f44a026d4ec4b65e5c41c20a6b735f1ccebe67e692594f29f4516be98a660d |
Link zum Herunterladen | llvm-dev_2.7-0ubuntu1_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 libraries and headers to develop applications
using llvm.
|