[all-commits] [llvm/llvm-project] b4e000: [LLD][MachO] Enable plugin support for LTO (#115690)
Tom Lin via All-commits
all-commits at lists.llvm.org
Fri Nov 22 15:02:20 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4e000e6005bd0f11240133aa335efcbb8424a23
https://github.com/llvm/llvm-project/commit/b4e000e6005bd0f11240133aa335efcbb8424a23
Author: Tom Lin <tom91136 at gmail.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M lld/MachO/Config.h
M lld/MachO/Driver.cpp
M lld/MachO/LTO.cpp
M lld/MachO/Options.td
A lld/test/MachO/ltopasses-extension.ll
Log Message:
-----------
[LLD][MachO] Enable plugin support for LTO (#115690)
Add new CLI options for feature parity with ELF w.r.t pass plugins.
Most of the changes are ported directly from
https://github.com/llvm/llvm-project/commit/0c86198b279a98c8550fde318b59ed3ca0ca5045.
With this change, it is now possible to load and run external pass
plugins during the LTO phase.
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