Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2025

Conversation

hpoussin
Copy link
Contributor

@hpoussin hpoussin commented Jul 5, 2025

While very experimental support was already present in LLVM 20, this is now usable.

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Jul 5, 2025
@llvmbot
Copy link
Member

llvmbot commented Jul 5, 2025

@llvm/pr-subscribers-clang

Author: Hervé Poussineau (hpoussin)

Changes

While very experimental support was already present in LLVM 20, this is now usable.

This is still related to the following PRs:


Full diff: https://github.com/llvm/llvm-project/pull/147133.diff

2 Files Affected:

  • (modified) clang/docs/ReleaseNotes.rst (+2)
  • (modified) llvm/docs/ReleaseNotes.md (+2)
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 9a94c4bcd9980..d963286531db8 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -991,6 +991,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 26384d94d04fc..b3b77ede16098 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -150,6 +150,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
 ------------------------------
@@ -222,6 +223,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
 --------------------------

@brad0
Copy link
Contributor

brad0 commented Jul 5, 2025

Missing a period at the end of each entry.

@hpoussin
Copy link
Contributor Author

hpoussin commented Jul 5, 2025

Missing a period at the end of each entry.

Entries updated.

@hpoussin
Copy link
Contributor Author

Any possibility to have it merged before branching?

@hpoussin
Copy link
Contributor Author

@brad0, ping

@brad0
Copy link
Contributor

brad0 commented Jul 19, 2025

This should be taken and created as a MR against the 21 release.

@hpoussin hpoussin requested review from JDevlieghere and a team as code owners July 21, 2025 15:40
@hpoussin hpoussin changed the base branch from main to release/21.x July 22, 2025 19:01
@hpoussin
Copy link
Contributor Author

Rebased on branch origin/release/21.x, and updated target branch of this PR, but I'm not sure it is enough.

@hpoussin
Copy link
Contributor Author

@brad0, it is what you expected?

@github-project-automation github-project-automation bot moved this from Needs Triage to Needs Merge in LLVM Release Status Jul 26, 2025
@tru tru merged commit 52dfd4a into llvm:release/21.x Jul 28, 2025
@github-project-automation github-project-automation bot moved this from Needs Merge to Done in LLVM Release Status Jul 28, 2025
Copy link

@hpoussin (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

@hpoussin hpoussin deleted the doc-1 branch July 28, 2025 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
Development

Successfully merging this pull request may close these issues.

4 participants