| Paketname | llvm-2.7-examples |
| Beschreibung | Low-Level Virtual Machine (LLVM), examples |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 2.7-6 |
| Sektion | doc |
| Priorität | optional |
| Installierte Größe | 300 Byte |
| Hängt ab von | llvm-2.7-dev (>= 2.7-6), llvm-2.7-dev (<< 2.7-6+c~) |
| Empfohlene Pakete | |
| Paketbetreuer | LLVM Packaging Team |
| Quelle | llvm-2.7 |
| Paketgröße | 80706 Byte |
| Prüfsumme MD5 | 5e384b6a37256cfb559e648d0978f4c3 |
| Prüfsumme SHA1 | 1a8d832292bf31f38b132a6bcd1d82ff5e6cb0f6 |
| Prüfsumme SHA256 | fe5c4f19e80f5732800987cf1ddae97596f9bc89ac6b93391d55c58edcddbd9b |
| Link zum Herunterladen | llvm-2.7-examples_2.7-6_all.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 contains examples for using LLVM, both in developing
extensions to LLVM and in using it to compile code.
|