Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 2 additions & 0 deletions llvm/docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------------
Expand Down Expand Up @@ -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
--------------------------
Expand Down
Loading