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 0bd44b4 commit 24b927aCopy full SHA for 24b927a
configure.py
@@ -705,7 +705,7 @@ def get_nasm_version(asm):
705
706
def get_llvm_version(cc):
707
return get_version_helper(
708
- cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([3-9]\.[0-9]+)")
+ cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([0-9]+\.[0-9]+)")
709
710
def get_xcode_version(cc):
711
0 commit comments