6839fd47fe
install primarily in ${PREFIX}/llvm33 with wrapper scripts in ${PREFIX}/bin named clang33, llc33, etc. In an additional change, the clang static analyzer's python wrapper and web bits are not installed.
10 lines
394 B
Text
10 lines
394 B
Text
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/
|