mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
2c6611d8cf
These ports install binaries with "32" suffixes and most data lives in ${PREFIX}/llvm32 so there are no conflicts. NOTE: devel/llvm and lang/clang will shortly be removed in favor of these ports.
11 lines
394 B
Plaintext
11 lines
394 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.
|
|
|
|
WWW: http://llvm.org/
|