Skip to content

Commit 86390c4

Browse files
committed
[docs] Add clang/llvm release notes for mipsel-windows-* targets
1 parent a49a5db commit 86390c4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,8 @@ Windows Support
991991
extensions are enabled. This allows for properly processing ``intsafe.h`` in
992992
the Windows SDK.
993993

994+
- Clang now supports `mipsel-windows-gnu` and `mipsel-windows-msvc` targets.
995+
994996
LoongArch Support
995997
^^^^^^^^^^^^^^^^^
996998

llvm/docs/ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Changes to the MIPS Backend
150150
---------------------------
151151

152152
* `-mcpu=i6400` and `-mcpu=i6500` were added.
153+
* Added support for `mipsel-windows-gnu` and `mipsel-windows-msvc` targets.
153154

154155
Changes to the PowerPC Backend
155156
------------------------------
@@ -222,6 +223,7 @@ Changes to the Windows Target
222223

223224
* `fp128` is now passed indirectly, meaning it uses the same calling convention
224225
as `i128`.
226+
* Added support for `mipsel-windows-gnu` and `mipsel-windows-msvc` targets.
225227

226228
Changes to the X86 Backend
227229
--------------------------

0 commit comments

Comments
 (0)