aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm29/pkg-descr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
commitcc415305a049ca523f2a8cf674009fa77c54fee6 (patch)
tree6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /devel/llvm29/pkg-descr
parentd4e6bf5186e82e1b9df2ee5c6ad6642f974f54e9 (diff)
Notes
Diffstat (limited to 'devel/llvm29/pkg-descr')
-rw-r--r--devel/llvm29/pkg-descr10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/llvm29/pkg-descr b/devel/llvm29/pkg-descr
deleted file mode 100644
index ba43ebf6c842..000000000000
--- a/devel/llvm29/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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/