[llvm-branch-commits] [clang] release/22.x: [clang][LoongArch] Update release notes for LoongArch32 support (PR #177958)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jan 26 05:26:07 PST 2026


https://github.com/heiher created https://github.com/llvm/llvm-project/pull/177958

None

>From 50c2eebc22cc57b680dd7b5ce0e1297b9ac20ac3 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

---
 clang/docs/ReleaseNotes.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 2e5c156d717c2..52c7c0466e87d 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -740,6 +740,8 @@ LoongArch Support
 - DWARF fission is now compatible with linker relaxations, allowing `-gsplit-dwarf` and `-mrelax`
   to be used together when building for the LoongArch platform.
 
+- Add support for LoongArch32, including toolchain options and pre-defined macros.
+
 RISC-V Support
 ^^^^^^^^^^^^^^
 



More information about the llvm-branch-commits mailing list