aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2022-04-08 01:33:07 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2022-04-08 01:33:07 +0200
commit4775ebbd66a8108342ab3648025816ae1c419f38 (patch)
treec5a21d35621f95a5be67fd29f57958515cff619c /configure
parent2918e833acf7f8652099cc290f465b79ad747df2 (diff)
downloadghdl-4775ebbd66a8108342ab3648025816ae1c419f38.tar.gz
ghdl-4775ebbd66a8108342ab3648025816ae1c419f38.tar.bz2
ghdl-4775ebbd66a8108342ab3648025816ae1c419f38.zip
update for LLVM 14.0
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 0e4c2d756..e2db3fa7d 100755
--- a/configure
+++ b/configure
@@ -300,6 +300,7 @@ if test $backend = llvm; then
check_version 11.1 $llvm_version ||
check_version 12.0 $llvm_version ||
check_version 13.0 $llvm_version ||
+ check_version 14.0 $llvm_version ||
false; then
echo "Debugging is enabled with llvm $llvm_version"
else