Skip to content

Commit d77a249

Browse files
committed
Fix configure for LLVM 3.8
1 parent 7c8ae60 commit d77a249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ then
956956
LLVM_VERSION=$($LLVM_CONFIG --version)
957957

958958
case $LLVM_VERSION in
959-
(3.[5-7]*)
959+
(3.[5-8]*)
960960
msg "found ok version of LLVM: $LLVM_VERSION"
961961
;;
962962
(*)

0 commit comments

Comments
 (0)