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 <[email protected]> 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 ---------------- _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
