[llvm-branch-commits] [lld] release/22.x: [lld][LoongArch] Update release notes for LoongArch32 support (PR #177957)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jan 26 05:25:36 PST 2026
https://github.com/heiher created https://github.com/llvm/llvm-project/pull/177957
None
>From cd82583910ee8332f0d3fb8d2410144b8aec4b5f Mon Sep 17 00:00:00 2001
From: WANG Rui <wangrui at loongson.cn>
Date: Mon, 26 Jan 2026 21:24:45 +0800
Subject: [PATCH] [LoongArch] Update release notes for LoongArch32 support
---
lld/docs/ReleaseNotes.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index d9b83e2eb3157..428a1eb8e3940 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -31,6 +31,7 @@ ELF Improvements
* ``--print-gc-sections=<file>`` prints garbage collection section listing to a file.
(`#159706 <https://github.com/llvm/llvm-project/pull/159706>`_)
+* Add support for LoongArch32 (LA32R and LA32S) relocations.
Breaking changes
----------------
More information about the llvm-branch-commits
mailing list