This came up in this comment here: https://reviews.llvm.org/D80425#inline-737983
and this seems like the more proper fix for sure.
Differential D80438
[LLD/MinGW]: Expose --thinlto-cache-dir thieta on May 22 2020, 6:30 AM. Authored by
Details
This came up in this comment here: https://reviews.llvm.org/D80425#inline-737983 and this seems like the more proper fix for sure.
Diff Detail
Event TimelineComment Actions Looks great in general, a couple nitpicks
Comment Actions LGTM, thanks!
|
This option is the kind where you only have one (that's how the option is handled in COFF/Driver.cpp), so it's probably better to go with getLastArg() instead - you could place it next to e.g. OPT_reproduce.