Paketname | llvm-examples |
Beschreibung | Low-Level Virtual Machine (LLVM), examples |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 2.7-0ubuntu1 |
Sektion | universe/doc |
Priorität | optional |
Installierte Größe | 300 Byte |
Hängt ab von | llvm-dev (>= 2.7-0ubuntu1), llvm-dev (<< 2.7-0ubuntu1+c~) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Core developers |
Quelle | llvm |
Paketgröße | 79934 Byte |
Prüfsumme MD5 | 085e797ea8fd8cd128800b0f472a4e66 |
Prüfsumme SHA1 | abfeceb05368a7d9888901322ca09f8101387364 |
Prüfsumme SHA256 | 16f16b9f4bf50b8f7c9b57ef610a4528598dcbd174899a0a41622ed16e955821 |
Link zum Herunterladen | llvm-examples_2.7-0ubuntu1_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.
|