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.
Paths
| Differential D95738
[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 This is a cleanup after 6a59f0560648.
Diff Detail
Event TimelineThis 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 Closed by commit rG0d487cf87aa1: [LTOCodeGenerator] Use lto::Config for options (NFC). (authored by fhahn). · Explain Why This revision was automatically updated to reflect the committed changes. fhahn added a reverting change: rGb0a8e41cfff7: Revert "[LTOCodeGenerator] Use lto::Config for options (NFC).".Feb 3 2021, 2:56 PM
Revision Contents
Diff 320369 llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
llvm/lib/LTO/LTOCodeGenerator.cpp
|