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