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.
2 parents 250679e + 0ad631c commit 79c6a4dCopy full SHA for 79c6a4d
configure
@@ -956,7 +956,7 @@ then
956
LLVM_VERSION=$($LLVM_CONFIG --version)
957
958
case $LLVM_VERSION in
959
- (3.[5-7]*)
+ (3.[5-8]*)
960
msg "found ok version of LLVM: $LLVM_VERSION"
961
;;
962
(*)
@@ -1030,7 +1030,7 @@ then
1030
esac
1031
else
1032
case $CFG_CLANG_VERSION in
1033
- (3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7*)
+ (3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7* | 3.8*)
1034
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
1035
1036
0 commit comments