This is an archive of the discontinued LLVM Phabricator instance.

[lld-link] Add /lto-newpm-passes & /load-pass-plugin to CLI
Needs ReviewPublic

Authored by cursey on Dec 29 2022, 6:43 PM.

Details

Reviewers
ruiu
Summary

This change adds /lto-newpm-passes and /load-pass-plugin command line arguments to lld-link. These are basically exactly the same arguments lld already has (--lto-newpm-passes and --load-pass-plugin) to enable loading custom LTO passes.

Diff Detail

Event Timeline

cursey created this revision.Dec 29 2022, 6:43 PM
cursey edited the summary of this revision. (Show Details)Dec 29 2022, 6:49 PM
cursey added a reviewer: ruiu.
cursey published this revision for review.Dec 29 2022, 7:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 29 2022, 7:08 PM