[PATCH] D108881: [clang][driver] Honor the last -flto= flag even if an earlier -flto is present

Usman Nadeem via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 30 11:30:07 PDT 2021


mnadeem added a comment.

Combined with the code in `else if (Triple.isAMDGPU())` since the code is identical.
Removed the code to add `-flto` in favour of `-flto=full` since both are equivalent: https://clang.llvm.org/docs/CommandGuide/clang.html#cmdoption-flto


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

https://reviews.llvm.org/D108881



More information about the cfe-commits mailing list