Auto merge of #26535 - semarie:llvm-version, r=dotdash
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.
This commit is contained in:
commit
a6430925b4
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
;;
|
||||
(*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue