aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-04-27 18:44:03 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-04-27 18:45:34 +0200
commitccde14e39a92f7a3f7ea738213a48e65454fd1fa (patch)
tree44141f20c4a21d8578d922dac85c1948bf6169de /doc
parent2cfa1098070959413f5ed7c32220d9e55262e4e4 (diff)
downloadghdl-ccde14e39a92f7a3f7ea738213a48e65454fd1fa.tar.gz
ghdl-ccde14e39a92f7a3f7ea738213a48e65454fd1fa.tar.bz2
ghdl-ccde14e39a92f7a3f7ea738213a48e65454fd1fa.zip
doc/development/building/LLVM: add 12.0 to the list of supported versions
Diffstat (limited to 'doc')
-rw-r--r--doc/development/building/LLVM.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/development/building/LLVM.rst b/doc/development/building/LLVM.rst
index 97ac69433..576fc6233 100644
--- a/doc/development/building/LLVM.rst
+++ b/doc/development/building/LLVM.rst
@@ -7,7 +7,8 @@ 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, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0 or 11.1
+* 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, 8.0,
+ 9.0, 10.0, 11.0, 11.1 or 12.0
.. _BUILD:llvm:GNAT: