Skip to content

Commit b707a12

Browse files
committed
Allow compiling against a custom LLVM 3.9 installation
1 parent 42001ed commit b707a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ then
10131013
LLVM_VERSION=$($LLVM_CONFIG --version)
10141014

10151015
case $LLVM_VERSION in
1016-
(3.[7-8]*)
1016+
(3.[7-9]*)
10171017
msg "found ok version of LLVM: $LLVM_VERSION"
10181018
;;
10191019
(*)

0 commit comments

Comments
 (0)