We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1366e04 commit ea72398Copy full SHA for ea72398
configure
@@ -604,7 +604,7 @@ then
604
LLVM_VERSION=$($LLVM_CONFIG --version)
605
606
case $LLVM_VERSION in
607
- (3.[2-4]svn|3.[2-4])
+ (3.[2-5]svn|3.[2-5])
608
msg "found ok version of LLVM: $LLVM_VERSION"
609
;;
610
(*)
@@ -626,7 +626,7 @@ then
626
| cut -d ' ' -f 2)
627
628
case $CFG_CLANG_VERSION in
629
- (3.0svn | 3.0 | 3.1* | 3.2* | 3.3* | 3.4* )
+ (3.0svn | 3.0 | 3.1* | 3.2* | 3.3* | 3.4* | 3.5* )
630
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
631
CFG_C_COMPILER="clang"
632
0 commit comments