diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2019-07-09 18:36:47 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2019-07-09 18:36:47 +0200 |
commit | c9154b24444b1378a274ffbdf21a7a8758492d38 (patch) | |
tree | 331a66fb63b9b6bb57570e3c3e636b715eaef357 /doc | |
parent | c44dba738b77ca39904839e15eee625ba8a33eeb (diff) | |
download | ghdl-c9154b24444b1378a274ffbdf21a7a8758492d38.tar.gz ghdl-c9154b24444b1378a274ffbdf21a7a8758492d38.tar.bz2 ghdl-c9154b24444b1378a274ffbdf21a7a8758492d38.zip |
doc: update list of supported LLVM versions (#863)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/building/llvm/GNULinux-GNAT.rst | 2 | ||||
-rw-r--r-- | doc/building/llvm/index.rst | 8 |
2 files changed, 2 insertions, 8 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``. diff --git a/doc/building/llvm/index.rst b/doc/building/llvm/index.rst index dd01a8043..72c2c50c1 100644 --- a/doc/building/llvm/index.rst +++ b/doc/building/llvm/index.rst @@ -7,13 +7,7 @@ LLVM Backend * GCC (Gnu Compiler Collection) * GNAT (Ada compiler for GCC) -* LLVM (Low-Level-Virtual Machine) and CLANG (Compiler front-end for LLVM) - - * 3.5 - * 3.8 - * 3.9 - * 4.0 - * 5.0 +* LLVM (Low-Level-Virtual Machine) and CLANG (Compiler front-end for LLVM): 3.5, 3.8, 3.9, 4.0, 5.0, 6.0, 7.0 or 8.0 .. rubric:: Supported platforms |