[PATCH] D95738: [LTOCodeGenerator] Use lto::Config for options (NFC).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 30 08:27:27 PST 2021
fhahn created this revision.
fhahn added reviewers: steven_wu, tejohnson, dexonsmith, probinson.
Herald added subscribers: hiraditya, inglorion.
fhahn requested review of this revision.
Herald added a project: LLVM.
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 <https://reviews.llvm.org/rG6a59f0560648b43324b5aed51b9ef996404a25e0>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D95738
Files:
llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
llvm/lib/LTO/LTOCodeGenerator.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95738.320303.patch
Type: text/x-patch
Size: 8468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210130/a984a273/attachment.bin>
More information about the llvm-commits
mailing list