[Lunar-commits] <moonbase> llvm: initial import

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Jan 28 12:50:42 CET 2009


commit 45a50b5f2400a4eb5328863bc072b8d23c25a833
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Jan 28 06:50:42 2009 -0500

    llvm: initial import
---
 devel/llvm/BUILD   |    7 +++++++
 devel/llvm/DETAILS |   19 +++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/devel/llvm/BUILD b/devel/llvm/BUILD
new file mode 100644
index 0000000..f85760e
--- /dev/null
+++ b/devel/llvm/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS="$OPTS --enable-optimized --enable-assertions --enable-pic --enable-targets=host-only"
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/devel/llvm/DETAILS b/devel/llvm/DETAILS
new file mode 100644
index 0000000..0c43d64
--- /dev/null
+++ b/devel/llvm/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=llvm
+         VERSION=2.4
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.llvm.org/releases/$VERSION/
+      SOURCE_VFY=sha1:8496fe06de1e622bfcfc84eac3c649b5333a241b
+        WEB_SITE=http://www.llvm.org/
+         ENTERED=20090128
+         UPDATED=20090128
+           SHORT="Low Level Virtual Machine"
+
+PSAFE=no
+cat << EOF
+LLVM is a robust system, particularly well suited for developing new mid-level 
+language-independent analyses and optimizations of all sorts, including those 
+that require extensive interprocedural analysis. LLVM is also a great target 
+for front-end development for conventional or research programming languages, 
+including those which require compile-time, link-time, or run-time optimization
+for effective implementation, proper tail calls or garbage collection. 
+EOF


More information about the Lunar-commits mailing list