summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTristan Gingold2015-12-20 07:48:23 +0100
committerTristan Gingold2015-12-20 07:48:23 +0100
commitd3623693949f9bcfe7917f9d059e839a95843519 (patch)
tree44041c421de8926478ba29eb220d506f54a63462 /README
parentfcced7f98966aa90d6b000f61a075f22638d4a83 (diff)
downloadghdl-d3623693949f9bcfe7917f9d059e839a95843519.tar.gz
ghdl-d3623693949f9bcfe7917f9d059e839a95843519.tar.bz2
ghdl-d3623693949f9bcfe7917f9d059e839a95843519.zip
configure: add --with-llvm-config
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index ab8b5ee..65c29fc 100644
--- a/README
+++ b/README
@@ -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