aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDan HorĂ¡k <dan@danny.cz>2020-08-29 09:52:38 +0200
committertgingold <tgingold@users.noreply.github.com>2020-08-29 11:30:13 +0200
commit4315157db5914607126b64b92e2bfc2de66b2084 (patch)
treea41ee345e59f3eacb6182a2eaa5b6f1c982069b0 /configure
parent4ce9925590a96055dabfdd8646055dd378d33650 (diff)
downloadghdl-4315157db5914607126b64b92e2bfc2de66b2084.tar.gz
ghdl-4315157db5914607126b64b92e2bfc2de66b2084.tar.bz2
ghdl-4315157db5914607126b64b92e2bfc2de66b2084.zip
update for LLVM 11
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