| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 78c7d66 commit 4e742e3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -667,7 +667,7 @@ def get_llvm_version(cc): | |||
| 667 | 667 | ||
| 668 | 668 | def get_xcode_version(cc): | |
| 669 | 669 | return get_version_helper( | |
| 670 | - cc, r"(^Apple LLVM version) ([5-9]\.[0-9]+)") | ||
| 670 | + cc, r"(^Apple LLVM version) ([0-9]+\.[0-9]+)") | ||
| 671 | 671 | ||
| 672 | 672 | def get_gas_version(cc): | |
| 673 | 673 | try: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments