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

Usman Nadeem via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 30 18:14:19 PDT 2021


mnadeem 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.

Will you incorporate the functional changes in this patch? Or is there still a need for this change?


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