[all-commits] [llvm/llvm-project] 00c0b1: [CGData] LLD for MachO (#90166)
Kyungwoo Lee via All-commits
all-commits at lists.llvm.org
Sat Sep 14 20:38:36 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00c0b1ae20358a9e55ff8eda20c4e0546ee81b5b
https://github.com/llvm/llvm-project/commit/00c0b1ae20358a9e55ff8eda20c4e0546ee81b5b
Author: Kyungwoo Lee <kyulee at meta.com>
Date: 2024-09-14 (Sat, 14 Sep 2024)
Changed paths:
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:
-----------
[CGData] LLD for MachO (#90166)
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