Skip to content

Commit 1722074

Browse files
committed
Recognize LLVM 3.4 when building on opensuse with --llvm-root specified.
1 parent 51ace54 commit 1722074

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
@@ -591,7 +591,7 @@ then
591591
LLVM_VERSION=$($LLVM_CONFIG --version)
592592

593593
case $LLVM_VERSION in
594-
(3.3|3.3svn|3.2|3.2svn)
594+
(3.[2-4]svn|3.[2-4])
595595
msg "found ok version of LLVM: $LLVM_VERSION"
596596
;;
597597
(*)

0 commit comments

Comments
 (0)