Skip to content

Commit de5c15e

Browse files
z0w0graydon
authored andcommitted
Allow 3.0, 3.1, 3.0svn and 3.1svn for llvm-root
1 parent fada46c commit de5c15e

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
@@ -378,7 +378,7 @@ then
378378
LLVM_VERSION=$($LLVM_CONFIG --version)
379379

380380
case $LLVM_VERSION in
381-
(3.1svn)
381+
(3.1svn|3.1|3.0svn|3.0)
382382
msg "found ok version of LLVM: $LLVM_VERSION"
383383
;;
384384
(*)

0 commit comments

Comments
 (0)