Skip to content

Commit 8f0d20c

Browse files
committed
[docs] Add clang/llvm release notes for mipsel-windows-* targets
1 parent 756f489 commit 8f0d20c

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
@@ -1072,6 +1072,8 @@ Windows Support
10721072
extensions are enabled. This allows for properly processing ``intsafe.h`` in
10731073
the Windows SDK.
10741074

1075+
- Clang now supports `mipsel-windows-gnu` and `mipsel-windows-msvc` targets.
1076+
10751077
LoongArch Support
10761078
^^^^^^^^^^^^^^^^^
10771079

llvm/docs/ReleaseNotes.md

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

156156
* `-mcpu=i6400` and `-mcpu=i6500` were added.
157+
* Added support for `mipsel-windows-gnu` and `mipsel-windows-msvc` targets.
157158

158159
Changes to the PowerPC Backend
159160
------------------------------
@@ -228,6 +229,7 @@ Changes to the Windows Target
228229

229230
* `fp128` is now passed indirectly, meaning it uses the same calling convention
230231
as `i128`.
232+
* Added support for `mipsel-windows-gnu` and `mipsel-windows-msvc` targets.
231233

232234
Changes to the X86 Backend
233235
--------------------------

0 commit comments

Comments
 (0)