| Paketname | llvm-examples |
| Beschreibung | Low-Level Virtual Machine (LLVM), examples |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 2.6-9.1 |
| Sektion | doc |
| Priorität | optional |
| Installierte Größe | 164 Byte |
| Hängt ab von | llvm-dev (>= 2.6-9.1), llvm-dev (<< 2.6-9.1+c~) |
| Empfohlene Pakete | |
| Paketbetreuer | LLVM Packaging Team |
| Quelle | llvm |
| Paketgröße | 34852 Byte |
| Prüfsumme MD5 | 06067d19e4c307016818f66c54bfdb03 |
| Prüfsumme SHA1 | 8b5a3c33c82087217e2a1f7aed482ae5cae9647e |
| Prüfsumme SHA256 | 915a9b39a4c50b3afc4a020bc8322d41f423b67ddd0fcdae98cabe0042f9d1ed |
| Link zum Herunterladen | llvm-examples_2.6-9.1_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.
|