aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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