From d3623693949f9bcfe7917f9d059e839a95843519 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 20 Dec 2015 07:48:23 +0100 Subject: configure: add --with-llvm-config --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README') 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 -- cgit