Allow compiling against a custom LLVM 3.9 installation
This commit is contained in:
parent
42001edc99
commit
b707a12a6b
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -1013,7 +1013,7 @@ then
|
|||
LLVM_VERSION=$($LLVM_CONFIG --version)
|
||||
|
||||
case $LLVM_VERSION in
|
||||
(3.[7-8]*)
|
||||
(3.[7-9]*)
|
||||
msg "found ok version of LLVM: $LLVM_VERSION"
|
||||
;;
|
||||
(*)
|
||||
|
|
Loading…
Add table
Reference in a new issue