This is an archive of the discontinued LLVM Phabricator instance.

[LTOCodeGenerator] Use lto::Config for options (NFC).
ClosedPublic

Authored by fhahn on Jan 30 2021, 8:27 AM.

Details

Summary

This patch removes some options that have been duplicated in
LTOCodeGenerator and instead use lto::Config directly to manage the
options.

This is a cleanup after 6a59f0560648.

Diff Detail

Event Timeline

fhahn created this revision.Jan 30 2021, 8:27 AM
fhahn requested review of this revision.Jan 30 2021, 8:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 30 2021, 8:27 AM
This revision is now accepted and ready to land.Jan 30 2021, 8:38 AM
This revision was landed with ongoing or failed builds.Jan 31 2021, 11:10 AM
This revision was automatically updated to reflect the committed changes.