[all-commits] [llvm/llvm-project] f23d57: [lld-macho] Rename CallGraphSort.{h, cpp} to Sectio...

Leonard Grey via All-commits all-commits at lists.llvm.org
Tue Jan 25 09:16:45 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f23d57a63266354902f36b79f2ad8557e201b3bc
      https://github.com/llvm/llvm-project/commit/f23d57a63266354902f36b79f2ad8557e201b3bc
  Author: Leonard Grey <lgrey at chromium.org>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M lld/MachO/CMakeLists.txt
    R lld/MachO/CallGraphSort.cpp
    R lld/MachO/CallGraphSort.h
    A lld/MachO/SectionPriorities.cpp
    A lld/MachO/SectionPriorities.h
    M lld/MachO/Writer.cpp
    M llvm/utils/gn/secondary/lld/MachO/BUILD.gn

  Log Message:
  -----------
  [lld-macho] Rename CallGraphSort.{h,cpp} to SectionPriorities

This is in preparation for moving the code that parses and processes
order files into this file.

See https://reviews.llvm.org/D117354 for context and discussion.




More information about the All-commits mailing list