openbsd-ports/devel/llvm/pkg/DESCR
2009-06-21 23:13:48 +00:00

12 lines
482 B
Plaintext

Low Level Virtual Machine (LLVM) is:
- A compilation strategy designed to enable effective program
optimization across the entire lifetime of a program.
- A virtual instruction set.
- A compiler infrastructure.
- LLVM does not imply things that you would expect from a high-level
virtual machine. It does not require garbage collection or run-time
code generation.
N.B. This package is built from development sources. As well as
LLVM, the Clang front-ends are also included.