Skip to content

Commit 12abddb

Browse files
committed
Require LLVM 3.7
We are using getMCTargetInfo which is 3.7+
1 parent 8cbffc5 commit 12abddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,11 +987,11 @@ then
987987
LLVM_VERSION=$($LLVM_CONFIG --version)
988988

989989
case $LLVM_VERSION in
990-
(3.[6-8]*)
990+
(3.[7-8]*)
991991
msg "found ok version of LLVM: $LLVM_VERSION"
992992
;;
993993
(*)
994-
err "bad LLVM version: $LLVM_VERSION, need >=3.6"
994+
err "bad LLVM version: $LLVM_VERSION, need >=3.7"
995995
;;
996996
esac
997997
fi

0 commit comments

Comments
 (0)