Skip to content

Commit

Permalink
Require LLVM 3.7
Browse files Browse the repository at this point in the history
We are using getMCTargetInfo which is 3.7+
  • Loading branch information
nagisa committed Jun 5, 2016
1 parent 8cbffc5 commit 12abddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -987,11 +987,11 @@ then
LLVM_VERSION=$($LLVM_CONFIG --version)

case $LLVM_VERSION in
(3.[6-8]*)
(3.[7-8]*)
msg "found ok version of LLVM: $LLVM_VERSION"
;;
(*)
err "bad LLVM version: $LLVM_VERSION, need >=3.6"
err "bad LLVM version: $LLVM_VERSION, need >=3.7"
;;
esac
fi
Expand Down

0 comments on commit 12abddb

Please sign in to comment.