Skip to content

Commit

Permalink
support llvm version 3.7 in configure
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
semarie committed Jun 24, 2015
1 parent 5678a1a commit e0283ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -920,7 +920,7 @@ then
LLVM_VERSION=$($LLVM_CONFIG --version)

case $LLVM_VERSION in
(3.[5-6]*)
(3.[5-7]*)
msg "found ok version of LLVM: $LLVM_VERSION"
;;
(*)
Expand Down

0 comments on commit e0283ab

Please sign in to comment.