| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 91b8da6 commit a899b0b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -571,11 +571,11 @@ def get_version_helper(cc, regexp): | |||
| 571 | 571 | ||
| 572 | 572 | def get_llvm_version(cc): | |
| 573 | 573 | return get_version_helper( | |
| 574 | - cc, r"(^clang version|based on LLVM) ([3-9]\.[0-9]+)") | ||
| 574 | + cc, r"(^(?:FreeBSD )?clang version|based on LLVM) ([3-9]\.[0-9]+)") | ||
| 575 | 575 | ||
| 576 | 576 | def get_xcode_version(cc): | |
| 577 | 577 | return get_version_helper( | |
| 578 | - cc, r"(^Apple LLVM version) ([5-9]\.[0-9]+)") | ||
| 578 | + cc, r"(^Apple LLVM version) ([5-9]\.[0-9]+)") | ||
| 579 | 579 | ||
| 580 | 580 | def get_gas_version(cc): | |
| 581 | 581 | try: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments