aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-20 21:05:21 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-20 21:05:21 +0200
commit7328eae022b0b85c2071ea4d4aaad0c7a97ca436 (patch)
treef2cc726f172cde6a35e8d6431e1324bc3291ef15 /configure
parentf1fb93ebd8f4f5f4d745e04336d430265b0825a6 (diff)
downloadghdl-7328eae022b0b85c2071ea4d4aaad0c7a97ca436.tar.gz
ghdl-7328eae022b0b85c2071ea4d4aaad0c7a97ca436.tar.bz2
ghdl-7328eae022b0b85c2071ea4d4aaad0c7a97ca436.zip
Add support for llvm-8. Close #850
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index cd76562ed..82ec1c949 100755
--- a/configure
+++ b/configure
@@ -252,6 +252,7 @@ if test $backend = llvm; then
check_version 5.0 $llvm_version ||
check_version 6.0 $llvm_version ||
check_version 7.0 $llvm_version ||
+ check_version 8.0 $llvm_version ||
false; then
echo "Debugging is not enabled with llvm $llvm_version"
llvm_be=llvm4-nodebug