[all-commits] [llvm/llvm-project] 9b41b6: MC: Merge MCSection*.cpp into MCAsmInfo*.cpp
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jul 26 13:23:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b41b62c73921ba7a25a4a7df19fe9534fd9830d
https://github.com/llvm/llvm-project/commit/9b41b62c73921ba7a25a4a7df19fe9534fd9830d
Author: Fangrui Song <i at maskray.me>
Date: 2025-07-26 (Sat, 26 Jul 2025)
Changed paths:
M llvm/lib/MC/CMakeLists.txt
M llvm/lib/MC/MCAsmInfoCOFF.cpp
M llvm/lib/MC/MCAsmInfoELF.cpp
M llvm/lib/MC/MCAsmInfoGOFF.cpp
M llvm/lib/MC/MCAsmInfoWasm.cpp
M llvm/lib/MC/MCAsmInfoXCOFF.cpp
R llvm/lib/MC/MCSectionCOFF.cpp
R llvm/lib/MC/MCSectionELF.cpp
R llvm/lib/MC/MCSectionGOFF.cpp
R llvm/lib/MC/MCSectionWasm.cpp
R llvm/lib/MC/MCSectionXCOFF.cpp
Log Message:
-----------
MC: Merge MCSection*.cpp into MCAsmInfo*.cpp
To centralize assembly-related functions to MCAsmInfo and move toward
making MCSection non-virtual. MCSection*.cpp files primarily define
printSwitchToSection, which is tighly related to MCAsmInfo.
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