Paketname | llvm-gcc-4.2 |
Beschreibung | Low-Level Virtual Machine (LLVM), C/C++ front-end |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 2.7-0ubuntu1 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 108332 Byte |
Hängt ab von | llvm-dev (>= 2.7), llvm (>= 2.7), libc6 (>= 2.11), libffi5 (>= 3.0.4), libgcc1 (>= 1:4.1.1), libstdc |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 25087228 Byte |
Prüfsumme MD5 | c1fa278c81cacdb6df2d670ea324cead |
Prüfsumme SHA1 | 79ec5b51d102294dcb39a2c3ae05fc1ca86cb6a0 |
Prüfsumme SHA256 | 8e45307112a88001fdb4c851d0ed4f9af6bd9e455dce41e7d3d92c593c95fbe7 |
Link zum Herunterladen | llvm-gcc-4.2_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 is only a utility package that contains the C/C++ front-end
used by the compiler, and was created in order to reduce the overall
size of the compiler package itself. Please install the 'llvm'
package to install the actual compiler.
|