aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm29/pkg-descr
diff options
context:
space:
mode:
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/