[docs] Add clang/llvm release notes for mipsel-windows-* targets

This commit is contained in:
Hervé Poussineau 2025-07-05 08:58:10 +02:00 committed by Tobias Hieta
parent 0d8606fc85
commit 52dfd4a272
2 changed files with 4 additions and 0 deletions

View File

@ -1076,6 +1076,8 @@ Windows Support
extensions are enabled. This allows for properly processing ``intsafe.h`` in
the Windows SDK.
- Clang now supports `mipsel-windows-gnu` and `mipsel-windows-msvc` targets.
LoongArch Support
^^^^^^^^^^^^^^^^^

View File

@ -154,6 +154,7 @@ Changes to the MIPS Backend
---------------------------
* `-mcpu=i6400` and `-mcpu=i6500` were added.
* Added support for `mipsel-windows-gnu` and `mipsel-windows-msvc` targets.
Changes to the PowerPC Backend
------------------------------
@ -228,6 +229,7 @@ Changes to the Windows Target
* `fp128` is now passed indirectly, meaning it uses the same calling convention
as `i128`.
* Added support for `mipsel-windows-gnu` and `mipsel-windows-msvc` targets.
Changes to the X86 Backend
--------------------------