aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-04-04 20:05:10 +0200
committerTristan Gingold <tgingold@free.fr>2023-04-04 20:05:39 +0200
commit57f33bd090fea44ec19734c9cf6ea53310a23ae3 (patch)
treee3996c086657169b005c32484ac76418ef5c992a /configure
parent70c21cb6b82c1031a7e3836f78737a044179fdf8 (diff)
downloadghdl-57f33bd090fea44ec19734c9cf6ea53310a23ae3.tar.gz
ghdl-57f33bd090fea44ec19734c9cf6ea53310a23ae3.tar.bz2
ghdl-57f33bd090fea44ec19734c9cf6ea53310a23ae3.zip
configure: tentatively add support for llvm 16.0
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a3edcfcda..0bbc29082 100755
--- a/configure
+++ b/configure
@@ -315,6 +315,7 @@ if test $backend = llvm; then
check_version 13.0 $llvm_version ||
check_version 14.0 $llvm_version ||
check_version 15.0 $llvm_version ||
+ check_version 16.0 $llvm_version ||
false; then
echo "Debugging is enabled with llvm $llvm_version"
else