[PATCH] D65964: [lld-link] implement -thinlto-obj-path

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 12 16:36:23 PDT 2019


rnk added a subscriber: rdhindsa.
rnk added a comment.

`-lto-merged-obj` sounds good to me, unless anyone objects. I see it was added to the gold plugin back in rL125663 <https://reviews.llvm.org/rL125663>, and @rdhindsa ported it to LLD LTO in rL331817 <https://reviews.llvm.org/rL331817>.

I don't want to use the `-thinlto` prefix, since this should affect regular LTO as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65964





More information about the llvm-commits mailing list