aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreine <eine@users.noreply.github.com>2020-08-07 12:52:10 +0200
committereine <eine@users.noreply.github.com>2020-08-07 21:09:07 +0200
commitcdc9c7a87a943e83901f56e1a1d5aa0c52b98daa (patch)
treeedc8dedc4091a8a72148c23f2c63433f48608c25
parent606bd7942d0b2d4c7e4a9cbb51afb8818215ccaf (diff)
downloadghdl-cdc9c7a87a943e83901f56e1a1d5aa0c52b98daa.tar.gz
ghdl-cdc9c7a87a943e83901f56e1a1d5aa0c52b98daa.tar.bz2
ghdl-cdc9c7a87a943e83901f56e1a1d5aa0c52b98daa.zip
doc: debugging with LLVM >=6 is supported
-rw-r--r--doc/getting/LLVM.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/getting/LLVM.rst b/doc/getting/LLVM.rst
index e859c811d..efda561d0 100644
--- a/doc/getting/LLVM.rst
+++ b/doc/getting/LLVM.rst
@@ -14,7 +14,7 @@ LLVM backend
GCC/GNAT: GNU/Linux or Windows (MinGW/MSYS2)
============================================
-.. HINT:: You need to install LLVM (usually depends on ``libedit``, see :ghdlsharp:`29`). Debugging is only supported with LLVM 3.5.
+.. HINT:: You need to install LLVM (usually depends on ``libedit``, see :ghdlsharp:`29`). Debugging is supported with LLVM 3.5 or ``>=6``.
GHDL is configured by ``configure`` and built by ``make``.