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, 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/