From 4315157db5914607126b64b92e2bfc2de66b2084 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <dan@danny.cz>
Date: Sat, 29 Aug 2020 09:52:38 +0200
Subject: update for LLVM 11

---
 configure            | 1 +
 doc/getting/LLVM.rst | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index 1cac4c53f..10dd73ce3 100755
--- a/configure
+++ b/configure
@@ -276,6 +276,7 @@ if test $backend = llvm; then
        check_version  8.0 $llvm_version ||
        check_version  9.0 $llvm_version ||
        check_version 10.0 $llvm_version ||
+       check_version 11.0 $llvm_version ||
        false; then
     echo "Debugging is not enabled with llvm $llvm_version"
   else
diff --git a/doc/getting/LLVM.rst b/doc/getting/LLVM.rst
index efda561d0..b8dde9735 100644
--- a/doc/getting/LLVM.rst
+++ b/doc/getting/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 or 10.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 or 11.0
 
 .. _BUILD:llvm:GNAT:
 
-- 
cgit v1.2.3