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 e057189 commit 817f659Copy full SHA for 817f659
configure.py
@@ -794,7 +794,7 @@ def get_nasm_version(asm):
794
795
def get_llvm_version(cc):
796
return get_version_helper(
797
- cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([0-9]+\.[0-9]+)")
+ cc, r"(^(?:.+ )?clang version|based on LLVM) ([0-9]+\.[0-9]+)")
798
799
def get_xcode_version(cc):
800
0 commit comments