diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-11-08 11:22:17 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-11-08 11:22:17 +0100 |
commit | 002b207d916c64b88a3bb691ee6c239139f49433 (patch) | |
tree | f8a71bab91f90b2536dd09a552e5a0b09fe56166 /README | |
parent | 81a5560849a767b6eb1a536dacc43f475780c1e9 (diff) | |
download | ghdl-002b207d916c64b88a3bb691ee6c239139f49433.tar.gz ghdl-002b207d916c64b88a3bb691ee6c239139f49433.tar.bz2 ghdl-002b207d916c64b88a3bb691ee6c239139f49433.zip |
Add instructions for llvm (WIP).
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 ********************* |