Fix configure for LLVM 3.8
This commit is contained in:
parent
7c8ae608dc
commit
d77a249917
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -956,7 +956,7 @@ then
|
||||||
LLVM_VERSION=$($LLVM_CONFIG --version)
|
LLVM_VERSION=$($LLVM_CONFIG --version)
|
||||||
|
|
||||||
case $LLVM_VERSION in
|
case $LLVM_VERSION in
|
||||||
(3.[5-7]*)
|
(3.[5-8]*)
|
||||||
msg "found ok version of LLVM: $LLVM_VERSION"
|
msg "found ok version of LLVM: $LLVM_VERSION"
|
||||||
;;
|
;;
|
||||||
(*)
|
(*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue