[all-commits] [llvm/llvm-project] fb3972: [lld-macho] Move Linker Optimization Hints pass to...

Daniel Bertalan via All-commits all-commits at lists.llvm.org
Wed Jul 16 12:14:30 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fb3972dd06cbc1b0a5305f81b0c2d74e44dbea41
      https://github.com/llvm/llvm-project/commit/fb3972dd06cbc1b0a5305f81b0c2d74e44dbea41
  Author: Daniel Bertalan <dani at danielbertalan.dev>
  Date:   2025-07-16 (Wed, 16 Jul 2025)

  Changed paths:
    M lld/MachO/Arch/ARM64.cpp
    M lld/MachO/CMakeLists.txt
    A lld/MachO/LinkerOptimizationHints.cpp
    A lld/MachO/LinkerOptimizationHints.h
    M lld/MachO/Target.h
    M lld/MachO/Writer.cpp
    M llvm/utils/gn/secondary/lld/MachO/BUILD.gn

  Log Message:
  -----------
  [lld-macho] Move Linker Optimization Hints pass to a separate file

Moving it away from the arm64 `TargetInfo` class will let us enable it
more easily for arm64_32 and the soon-to-be-added arm64e target as well.

This is the NFC part of #148964



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