[PATCH] D146778: [lld] Preliminary fat-lto-object support
Paul Kirth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 17 10:57:02 PDT 2023
paulkirth added inline comments.
================
Comment at: lld/docs/ld.lld.1:624-627
+.It Fl --no-fat-lto-objects
+Use traditional linking with the .text object code section of fat lto object files.
+.It Fl --fat-lto-objects
+Use LTO with the .llvm.lto bitcode section of fat lto object files.
----------------
I think this reads pretty naturally, but I'll defer to @MaskRay on the final text.
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