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 @@ -1072,6 +1072,8 @@ Windows Support
1072
1072
extensions are enabled. This allows for properly processing ``intsafe.h `` in
1073
1073
the Windows SDK.
1074
1074
1075
+ - Clang now supports `mipsel-windows-gnu ` and `mipsel-windows-msvc ` targets.
1076
+
1075
1077
LoongArch Support
1076
1078
^^^^^^^^^^^^^^^^^
1077
1079
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