summaryrefslogtreecommitdiff
path: root/development/llvm/README
diff options
context:
space:
mode:
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.