| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0bd44b4 commit 24b927a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -705,7 +705,7 @@ def get_nasm_version(asm): | |||
| 705 | 705 | ||
| 706 | 706 | def get_llvm_version(cc): | |
| 707 | 707 | return get_version_helper( | |
| 708 | - cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([3-9]\.[0-9]+)") | ||
| 708 | + cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([0-9]+\.[0-9]+)") | ||
| 709 | 709 | ||
| 710 | 710 | def get_xcode_version(cc): | |
| 711 | 711 | return get_version_helper( | |
| Back | FazBrowse Home | New Git URL |
0 commit comments