Thanks to visit codestin.com Credit goes to github.com
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 70a0c17 commit f90740dCopy full SHA for f90740d
configure.py
@@ -724,7 +724,7 @@ def get_nasm_version(asm):
724
725
def get_llvm_version(cc):
726
return get_version_helper(
727
- cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([3-9]\.[0-9]+)")
+ cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([0-9]+\.[0-9]+)")
728
729
def get_xcode_version(cc):
730
0 commit comments