aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building/llvm/GNULinux-GNAT.rst
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2019-07-09 18:36:47 +0200
committertgingold <tgingold@users.noreply.github.com>2019-07-09 18:36:47 +0200
commitc9154b24444b1378a274ffbdf21a7a8758492d38 (patch)
tree331a66fb63b9b6bb57570e3c3e636b715eaef357 /doc/building/llvm/GNULinux-GNAT.rst
parentc44dba738b77ca39904839e15eee625ba8a33eeb (diff)
downloadghdl-c9154b24444b1378a274ffbdf21a7a8758492d38.tar.gz
ghdl-c9154b24444b1378a274ffbdf21a7a8758492d38.tar.bz2
ghdl-c9154b24444b1378a274ffbdf21a7a8758492d38.zip
doc: update list of supported LLVM versions (#863)
Diffstat (limited to 'doc/building/llvm/GNULinux-GNAT.rst')
-rw-r--r--doc/building/llvm/GNULinux-GNAT.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/building/llvm/GNULinux-GNAT.rst b/doc/building/llvm/GNULinux-GNAT.rst
index e8a66d425..5bb1fcad7 100644
--- a/doc/building/llvm/GNULinux-GNAT.rst
+++ b/doc/building/llvm/GNULinux-GNAT.rst
@@ -3,7 +3,7 @@
LLVM Backend on GNU/Linux with GCC/GNAT
#######################################
-.. HINT:: You need to install LLVM (usually depends on ``libedit``, see :ghdlsharp:`29`). The supported versions are 3.5 til 5.0, but debugging is only supported with LLVM 3.5.
+.. HINT:: You need to install LLVM (usually depends on ``libedit``, see :ghdlsharp:`29`). Debugging is only supported with LLVM 3.5.
* First configure GHDL with the proper arg ``./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``.