[all-commits] [llvm/llvm-project] 200600: [ELF] Move PPC32Got2Section into Arch/PPC.cpp (#18...

Fangrui Song via All-commits all-commits at lists.llvm.org
Tue Mar 3 09:18:22 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 200600a06c20501a8380ab6c60d2158956e6214c
      https://github.com/llvm/llvm-project/commit/200600a06c20501a8380ab6c60d2158956e6214c
  Author: Fangrui Song <i at maskray.me>
  Date:   2026-03-03 (Tue, 03 Mar 2026)

  Changed paths:
    M lld/ELF/Arch/PPC.cpp
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h

  Log Message:
  -----------
  [ELF] Move PPC32Got2Section into Arch/PPC.cpp (#184383)

Move PPC32Got2Section from SyntheticSections.h/cpp into the anonymous
namespace in Arch/PPC.cpp, renaming it to Got2Section.

Extracted from #184292. Moved initTargetSpecificSections after ctor and
before other hooks to match the linker's pass order.



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