summaryrefslogtreecommitdiff
path: root/development/llvm/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@liwjatan.at>2011-12-17 22:54:23 -0600
committerRobby Workman <rworkman@slackbuilds.org>2011-12-17 22:54:23 -0600
commit8cc82f7af33407c24402998f9c6b1516d0154454 (patch)
treeb593b192cab0d23e4155db9b35b28dccafafcdaf /development/llvm/README
parent27f68e1684022dd5f3cf1e713198225edf4d4326 (diff)
downloadslackbuilds-8cc82f7af33407c24402998f9c6b1516d0154454.tar.gz
development/llvm: Updated for version 2.9 and added clang support.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/llvm/README')
-rw-r--r--development/llvm/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/development/llvm/README b/development/llvm/README
index 14c71bc1f2..49353dc1f9 100644
--- a/development/llvm/README
+++ b/development/llvm/README
@@ -1,6 +1,7 @@
Low Level Virtual Machine is a toolkit for the construction of
-highly optimized compilers, optimizers, and runtime
-environments.
+highly optimized compilers, optimizers, and runtime environments.
-llvm makes use of ocaml if available, which is also available
-from SlackBuilds.org
+This optionally builds with the clang compiler. In order to
+enable building clang you have to pass CLANG=yes to the script.
+
+ocaml is an optional dependency.