[all-commits] [llvm/llvm-project] f4763b: Reland [CGData] LLD for MachO #90166 (#108733)

Kyungwoo Lee via All-commits all-commits at lists.llvm.org
Sun Sep 15 06:39:28 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4763b3d24546808720ff457761159b4e1605876
      https://github.com/llvm/llvm-project/commit/f4763b3d24546808720ff457761159b4e1605876
  Author: Kyungwoo Lee <kyulee at meta.com>
  Date:   2024-09-15 (Sun, 15 Sep 2024)

  Changed paths:
    M lld/MachO/CMakeLists.txt
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    M lld/MachO/InputSection.h
    M lld/MachO/Options.td
    M lld/test/CMakeLists.txt
    A lld/test/MachO/cgdata-generate.s
    M lld/test/lit.cfg.py

  Log Message:
  -----------
  Reland [CGData] LLD for MachO #90166 (#108733)

It reads raw CG data encoded in the custom section (__llvm_outline) in
object files and merges them into the indexed codegen data file
specified by -codegen-data-generate-path={path}.

This depends on https://github.com/llvm/llvm-project/pull/90074.
This is a patch for
https://discourse.llvm.org/t/rfc-enhanced-machine-outliner-part-2-thinlto-nolto/78753.



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