[PATCH] D146778: [lld] Preliminary fat-lto-object support

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 14:21:07 PDT 2023


MaskRay added a comment.

I wonder whether `--fat-lto-objects` should be the default. Since `clang -ffat-lto-objects` is an opt-in feature, we don't need to worry about default `--fat-lto-objects` breaking existing users.
AFAIK LLVMgold defaults to `--fat-lto-objects` (currently there is no `-?-plugin-opt=` option to toggle this feature, but it'd be nice to have one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146778



More information about the llvm-commits mailing list