Bug 1926139 - Add clang version mappings for more versions of Xcode. r=firefox-build-system-reviewers,ahochheiden

Differential Revision: https://phabricator.services.mozilla.com/D226406
This commit is contained in:
Mike Hommey
2024-10-22 02:23:11 +00:00
parent ea7d80fb52
commit 8fe90d4e4e

View File

@@ -568,10 +568,14 @@ def get_compiler_info(configure_cache, compiler, language):
version = Version("12.0.0")
elif version < "14.0":
version = Version("13.0.0")
elif version < "15.0":
elif version < "14.3":
version = Version("14.0.0")
elif version < "15.0":
version = Version("15.0.0")
elif version < "16.0":
version = Version("16.0.0")
else:
version = Version("14.0.0.or.more")
version = Version("17.0.6.or.more")
return namespace(
type=type,