Skip to content

Commit a643092

Browse files
committed
Auto merge of #26535 - semarie:llvm-version, r=dotdash
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.
2 parents 43ad8d0 + e0283ab commit a643092

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)