diff options
-rw-r--r-- | doc/getting/LLVM.rst | 2 |
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``. |