aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm29/pkg-descr
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2005-12-24 16:19:24 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2005-12-24 16:19:24 +0000
commit9dc294d9ec15cd0b65aa0ff1baedff3c572beb0e (patch)
tree79a5a4e254f790f0b1efd46e0497b57d1331bb7e /devel/llvm29/pkg-descr
parent0b21f7682565f46009b1fc1ffdd31e43f1804cdc (diff)
downloadports-9dc294d9ec15cd0b65aa0ff1baedff3c572beb0e.tar.gz
ports-9dc294d9ec15cd0b65aa0ff1baedff3c572beb0e.zip
Add a new port for llvm 1.6, the Low Level Virtual Machine.
Notes
Notes: svn path=/head/; revision=151969
Diffstat (limited to 'devel/llvm29/pkg-descr')
-rw-r--r--devel/llvm29/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/llvm29/pkg-descr b/devel/llvm29/pkg-descr
new file mode 100644
index 000000000000..ba43ebf6c842
--- /dev/null
+++ b/devel/llvm29/pkg-descr
@@ -0,0 +1,10 @@
+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.cs.uiuc.edu/