diff options
author | Dan HorĂ¡k <dan@danny.cz> | 2021-02-17 15:09:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 15:09:58 +0100 |
commit | a45cd97fa291b442002d70ac7e0968a24b0815f9 (patch) | |
tree | cbb89ed10f5a7ea76acac2307007e4a2507deb5f /configure | |
parent | 35657c6fb88396e0627a8ef782747e2f568eaf03 (diff) | |
download | ghdl-a45cd97fa291b442002d70ac7e0968a24b0815f9.tar.gz ghdl-a45cd97fa291b442002d70ac7e0968a24b0815f9.tar.bz2 ghdl-a45cd97fa291b442002d70ac7e0968a24b0815f9.zip |
update for LLVM 11.1 (#1651)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -275,6 +275,7 @@ if test $backend = llvm; then check_version 9.0 $llvm_version || check_version 10.0 $llvm_version || check_version 11.0 $llvm_version || + check_version 11.1 $llvm_version || false; then echo "Debugging is enabled with llvm $llvm_version" else |