diff options
author | Tristan Gingold | 2015-12-20 07:48:23 +0100 |
---|---|---|
committer | Tristan Gingold | 2015-12-20 07:48:23 +0100 |
commit | d3623693949f9bcfe7917f9d059e839a95843519 (patch) | |
tree | 44041c421de8926478ba29eb220d506f54a63462 /README | |
parent | fcced7f98966aa90d6b000f61a075f22638d4a83 (diff) | |
download | ghdl-d3623693949f9bcfe7917f9d059e839a95843519.tar.gz ghdl-d3623693949f9bcfe7917f9d059e839a95843519.tar.bz2 ghdl-d3623693949f9bcfe7917f9d059e839a95843519.zip |
configure: add --with-llvm-config
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -131,9 +131,11 @@ Building with the llvm backend You need to build and install llvm version 3.5 [do not modify this line as this is read by scripts]. -First configure ghdl and specify where llvm is installed -$ ./configure --with-llvm=PREFIX - where PREFIX/bin/llvm-config is present +First configure ghdl with '--with-llvm-config' +$ ./configure --with-llvm-config + +If llvm-config is not in your path, you can specify it: +$ ./configure --with-llvm-config=LLVM_INSTALL/bin/llvm-config If you want to have stack backtraces on errors (like assert failure or index of out bounds), you need to configure and build libbacktrace from gcc |