Skip to content

Commit 2dab7c3

Browse files
committed
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 UltraBlame original commit: 6e266832c808b9ee79a354e2765735a77527a728
1 parent 7a36713 commit 2dab7c3

File tree

1 file changed

+45
-3
lines changed

1 file changed

+45
-3
lines changed

build/moz.configure/toolchain.configure

+45-3
Original file line numberDiff line numberDiff line change
@@ -4098,6 +4098,27 @@ elif
40984098
version
40994099
<
41004100
"
4101+
14
4102+
.
4103+
3
4104+
"
4105+
:
4106+
version
4107+
=
4108+
Version
4109+
(
4110+
"
4111+
14
4112+
.
4113+
0
4114+
.
4115+
0
4116+
"
4117+
)
4118+
elif
4119+
version
4120+
<
4121+
"
41014122
15
41024123
.
41034124
0
@@ -4108,26 +4129,47 @@ version
41084129
Version
41094130
(
41104131
"
4111-
14
4132+
15
41124133
.
41134134
0
41144135
.
41154136
0
41164137
"
41174138
)
4118-
else
4139+
elif
4140+
version
4141+
<
4142+
"
4143+
16
4144+
.
4145+
0
4146+
"
41194147
:
41204148
version
41214149
=
41224150
Version
41234151
(
41244152
"
4125-
14
4153+
16
4154+
.
4155+
0
41264156
.
41274157
0
4158+
"
4159+
)
4160+
else
4161+
:
4162+
version
4163+
=
4164+
Version
4165+
(
4166+
"
4167+
17
41284168
.
41294169
0
41304170
.
4171+
6
4172+
.
41314173
or
41324174
.
41334175
more

0 commit comments

Comments
 (0)