aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-11-08 11:22:17 +0100
committerTristan Gingold <tgingold@free.fr>2014-11-08 11:22:17 +0100
commit002b207d916c64b88a3bb691ee6c239139f49433 (patch)
treef8a71bab91f90b2536dd09a552e5a0b09fe56166 /README
parent81a5560849a767b6eb1a536dacc43f475780c1e9 (diff)
downloadghdl-002b207d916c64b88a3bb691ee6c239139f49433.tar.gz
ghdl-002b207d916c64b88a3bb691ee6c239139f49433.tar.bz2
ghdl-002b207d916c64b88a3bb691ee6c239139f49433.zip
Add instructions for llvm (WIP).
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index b02f1ffa0..4c3431967 100644
--- a/README
+++ b/README
@@ -78,7 +78,11 @@ The configure gcc following the gcc instructions and also enable vhdl
languages (you can use --enable-languages=c,vhdl --disable-bootstrap)
* Building with the llvm backend
-TODO
+You need llvm 3.5
+
+First configure ghdl and specify where llvm is installed
+$ ./configure --with-llvm=PREFIX
+ where PREFIX/bin/llvm-config is present
Notes for developpers
*********************