Skip to content

Commit 70ea0bb

Browse files
committed
Fix LLVM version in configure
Upstream LLVM from VCS already has version 3.6, configure fixed appropriately to allow building with it
1 parent c509f79 commit 70ea0bb

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
@@ -635,7 +635,7 @@ then
635635
LLVM_VERSION=$($LLVM_CONFIG --version)
636636

637637
case $LLVM_VERSION in
638-
(3.[2-5]*)
638+
(3.[2-6]*)
639639
msg "found ok version of LLVM: $LLVM_VERSION"
640640
;;
641641
(*)

0 commit comments

Comments
 (0)