Low Level Virtual Machine Maintained by:brooks@FreeBSD.org Port Added: 10 Jan 2013 16:20:01 Also Listed In:lang License: not specified in port
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/
To install the port:cd /usr/ports/devel/llvm31/ && make install clean To add the package:pkg_add -r llvm31
Configuration Options
===> The following configuration options are available for llvm31-3.1:
ASSERTS=off: Enable assertions (thread unsafe)
DOCS=on: Build and/or install documentation
LTOPLUGIN=off: Build LTO plugin (requires gold)
===> Use 'make config' to modify these settings