File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1076,6 +1076,8 @@ Windows Support
1076
1076
extensions are enabled. This allows for properly processing ``intsafe.h `` in
1077
1077
the Windows SDK.
1078
1078
1079
+ - Clang now supports `mipsel-windows-gnu ` and `mipsel-windows-msvc ` targets.
1080
+
1079
1081
LoongArch Support
1080
1082
^^^^^^^^^^^^^^^^^
1081
1083
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ Changes to the MIPS Backend
154
154
---------------------------
155
155
156
156
* ` -mcpu=i6400 ` and ` -mcpu=i6500 ` were added.
157
+ * Added support for ` mipsel-windows-gnu ` and ` mipsel-windows-msvc ` targets.
157
158
158
159
Changes to the PowerPC Backend
159
160
------------------------------
@@ -228,6 +229,7 @@ Changes to the Windows Target
228
229
229
230
* ` fp128 ` is now passed indirectly, meaning it uses the same calling convention
230
231
as ` i128 ` .
232
+ * Added support for ` mipsel-windows-gnu ` and ` mipsel-windows-msvc ` targets.
231
233
232
234
Changes to the X86 Backend
233
235
--------------------------
You can’t perform that action at this time.
0 commit comments