aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-16 06:28:55 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-16 06:28:55 +0200
commit9ae489208b280545dd0f1b2479645204b2bb86a7 (patch)
treeef90804b4cd7e8fc4b0a638dd2330de9d7170d53 /configure
parentd5d8471efc3ef7586035ebc57a41f420621d4343 (diff)
downloadghdl-9ae489208b280545dd0f1b2479645204b2bb86a7.tar.gz
ghdl-9ae489208b280545dd0f1b2479645204b2bb86a7.tar.bz2
ghdl-9ae489208b280545dd0f1b2479645204b2bb86a7.zip
ortho: move llvm to llvm35
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a8484acec..099528b6a 100755
--- a/configure
+++ b/configure
@@ -239,7 +239,7 @@ if test $backend = llvm; then
exit 1
fi
if check_version 3.5 $llvm_version; then
- llvm_be=llvm
+ llvm_be=llvm35
elif check_version 3.6 $llvm_version ||
check_version 3.7 $llvm_version ||
check_version 3.8 $llvm_version ||