[PATCH] D108881: [clang][driver] Honor the last -flto(=.*)? argument

Teresa Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 30 16:58:30 PDT 2021


tejohnson added a comment.

In D108881#2973516 <https://reviews.llvm.org/D108881#2973516>, @steven_wu wrote:

> I will do a cleanup of `parseLTOMode` function since we don't need a `OptPos` parameter anymore. There are few minor places references `OPT_flto` or `OPT_foffload_lto` can be cleaned up too.

Good idea on simplifying via an alias, agree that this should all just be cleaned up now. Thanks


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108881/new/

https://reviews.llvm.org/D108881



More information about the cfe-commits mailing list