aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 71eba390d..4c7f29c60 100755
--- a/configure
+++ b/configure
@@ -216,7 +216,8 @@ if test $backend = llvm; then
llvm_be=llvm-nodebug
# Tested with llvm 3.5, so assume 3.6, 3.7 and 3.8
elif check_version 3.9 $llvm_version ||
- check_version 4.0 $llvm_version; then
+ check_version 4.0 $llvm_version ||
+ check_version 5.0 $llvm_version; then
echo "Debugging is not enabled with llvm $llvm_version"
llvm_be=llvm4-nodebug
else