[all-commits] [llvm/llvm-project] c9355c: [ELF] Move ArmCmseSGSection into Arch/ARM.cpp (#18...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Mar 4 01:09:53 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9355cc121dfb1a0876547c5f68946eb4fc7ca01
https://github.com/llvm/llvm-project/commit/c9355cc121dfb1a0876547c5f68946eb4fc7ca01
Author: Fangrui Song <i at maskray.me>
Date: 2026-03-04 (Wed, 04 Mar 2026)
Changed paths:
M lld/ELF/Arch/ARM.cpp
M lld/ELF/SyntheticSections.h
Log Message:
-----------
[ELF] Move ArmCmseSGSection into Arch/ARM.cpp (#184570)
Move the ArmCmseSGVeneer and ArmCmseSGSection class definitions from
SyntheticSections.h into the anonymous namespace in Arch/ARM.cpp, where
the implementations already reside. Rename ArmCmseSGVeneer to
CmseSGVeneer as it no longer needs the Arm prefix for disambiguation.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list