diff options
| author | Hervé Poussineau <hpoussin@reactos.org> | 2025-07-05 08:58:10 +0200 |
|---|---|---|
| committer | Tobias Hieta <tobias@hieta.se> | 2025-07-28 09:43:41 +0200 |
| commit | 52dfd4a272694923353eae3ac31b075bfb9e6442 (patch) | |
| tree | b398af7be2c8122b557f0586a54342e295e89b8d | |
| parent | 0d8606fc858c1fc85593c6a412ea548045ef890b (diff) | |
[docs] Add clang/llvm release notes for mipsel-windows-* targets
| -rw-r--r-- | clang/docs/ReleaseNotes.rst | 2 | ||||
| -rw-r--r-- | llvm/docs/ReleaseNotes.md | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 7408cf954868..32794cbb4a1b 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -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 ^^^^^^^^^^^^^^^^^ diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index bafd7ba38aaa..44cc33ccb1af 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -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 -------------------------- |
