Skip to content

Commit

Permalink
Allow compiling against a custom LLVM 3.9 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Aug 11, 2016
1 parent 42001ed commit b707a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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"
;;
(*)
Expand Down

0 comments on commit b707a12

Please sign in to comment.