mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
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:
parent
6f46dbe419
commit
2adab0f33c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user