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 @@ -991,6 +991,8 @@ Windows Support
991
991
extensions are enabled. This allows for properly processing ``intsafe.h `` in
992
992
the Windows SDK.
993
993
994
+ - Clang now supports `mipsel-windows-gnu ` and `mipsel-windows-msvc ` targets.
995
+
994
996
LoongArch Support
995
997
^^^^^^^^^^^^^^^^^
996
998
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ Changes to the MIPS Backend
150
150
---------------------------
151
151
152
152
* ` -mcpu=i6400 ` and ` -mcpu=i6500 ` were added.
153
+ * Added support for ` mipsel-windows-gnu ` and ` mipsel-windows-msvc ` targets.
153
154
154
155
Changes to the PowerPC Backend
155
156
------------------------------
@@ -222,6 +223,7 @@ Changes to the Windows Target
222
223
223
224
* ` fp128 ` is now passed indirectly, meaning it uses the same calling convention
224
225
as ` i128 ` .
226
+ * Added support for ` mipsel-windows-gnu ` and ` mipsel-windows-msvc ` targets.
225
227
226
228
Changes to the X86 Backend
227
229
--------------------------
You can’t perform that action at this time.
0 commit comments