[llvm-branch-commits] [llvm] [GOFF] Add writing of section symbols (PR #133799)

Fangrui Song via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Apr 15 09:42:18 PDT 2025


================
@@ -599,8 +600,18 @@ class MCContext {
                                                    unsigned Flags,
                                                    unsigned EntrySize);
 
-  MCSectionGOFF *getGOFFSection(StringRef Section, SectionKind Kind,
-                                MCSection *Parent, uint32_t Subsection = 0);
+private:
----------------
MaskRay wrote:

instead of adding a `private`, just move the `getGOFFSection` to the existing private part.

https://github.com/llvm/llvm-project/pull/133799


More information about the llvm-branch-commits mailing list