Skip to content

Commit e0283ab

Browse files
committed
support llvm version 3.7 in configure
LLVM version 3.7 should be supported as external version (when using --llvm-root configure option), as the current embedded LLVM version is 3.7.0svn.
1 parent 5678a1a commit e0283ab

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
@@ -920,7 +920,7 @@ then
920920
LLVM_VERSION=$($LLVM_CONFIG --version)
921921

922922
case $LLVM_VERSION in
923-
(3.[5-6]*)
923+
(3.[5-7]*)
924924
msg "found ok version of LLVM: $LLVM_VERSION"
925925
;;
926926
(*)

0 commit comments

Comments
 (0)