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

Steven Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 30 16:19:40 PDT 2021


steven_wu added a comment.

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.


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