aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan HorĂ¡k <dan@danny.cz>2021-02-17 15:09:58 +0100
committerGitHub <noreply@github.com>2021-02-17 15:09:58 +0100
commita45cd97fa291b442002d70ac7e0968a24b0815f9 (patch)
treecbb89ed10f5a7ea76acac2307007e4a2507deb5f
parent35657c6fb88396e0627a8ef782747e2f568eaf03 (diff)
downloadghdl-a45cd97fa291b442002d70ac7e0968a24b0815f9.tar.gz
ghdl-a45cd97fa291b442002d70ac7e0968a24b0815f9.tar.bz2
ghdl-a45cd97fa291b442002d70ac7e0968a24b0815f9.zip
update for LLVM 11.1 (#1651)
-rwxr-xr-xconfigure1
-rw-r--r--doc/development/building/LLVM.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 36b750541..f026e218a 100755
--- a/configure
+++ b/configure
@@ -275,6 +275,7 @@ if test $backend = llvm; then
check_version 9.0 $llvm_version ||
check_version 10.0 $llvm_version ||
check_version 11.0 $llvm_version ||
+ check_version 11.1 $llvm_version ||
false; then
echo "Debugging is enabled with llvm $llvm_version"
else
diff --git a/doc/development/building/LLVM.rst b/doc/development/building/LLVM.rst
index b8dde9735..97ac69433 100644
--- a/doc/development/building/LLVM.rst
+++ b/doc/development/building/LLVM.rst
@@ -7,7 +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, 6.0, 7.0, 8.0, 9.0, 10.0 or 11.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, 8.0, 9.0, 10.0, 11.0 or 11.1
.. _BUILD:llvm:GNAT: