Fix LLVM version in configure
Upstream LLVM from VCS already has version 3.6, configure fixed appropriately to allow building with it
This commit is contained in:
parent
c509f79f05
commit
70ea0bb5f5
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -635,7 +635,7 @@ then
|
|||
LLVM_VERSION=$($LLVM_CONFIG --version)
|
||||
|
||||
case $LLVM_VERSION in
|
||||
(3.[2-5]*)
|
||||
(3.[2-6]*)
|
||||
msg "found ok version of LLVM: $LLVM_VERSION"
|
||||
;;
|
||||
(*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue