From 4ec17bb58394a6c03c8a4ac938e4a674a5f33e79 Mon Sep 17 00:00:00 2001 From: sharkcz Date: Mon, 23 Sep 2019 19:58:13 +0200 Subject: enable llvm9 (#935) --- configure | 1 + doc/getting/LLVM.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index a67d6bb54..7335523fa 100755 --- a/configure +++ b/configure @@ -275,6 +275,7 @@ if test $backend = llvm; then check_version 6.0 $llvm_version || check_version 7.0 $llvm_version || check_version 8.0 $llvm_version || + check_version 9.0 $llvm_version || false; then echo "Debugging is not enabled with llvm $llvm_version" llvm_be=llvm4-nodebug diff --git a/doc/getting/LLVM.rst b/doc/getting/LLVM.rst index 9190549d2..09e1b7a68 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 or 8.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 or 9.0 .. _BUILD:llvm:GNAT: -- cgit v1.2.3