[PATCH] D152973: Reland "[gold] Add preliminary FatLTO support to the Gold plugin""

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 11:34:20 PDT 2023


paulkirth added inline comments.


================
Comment at: llvm/docs/BitCodeFormat.rst:473
 (i.e. ELF, COFF, Mach-O).  The bitcode must be stored in a section of the object
-file named ``__LLVM,__bitcode`` for MachO and ``.llvmbc`` for the other object
-formats.  This wrapper format is useful for accommodating LTO in compilation
-pipelines where intermediate objects must be native object files which contain
-metadata in other sections.
+file named ``__LLVM,__bitcode`` for MachO or ``.llvmbc`` for the other object
+formats. ELF objects additionally support a ``.llvm.lto`` section for
----------------
@peter.smith @nikic  I've gone ahead and revised this, since it seems we're OK  w/ relanding now. Are we happy w/ the new text?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152973



More information about the llvm-commits mailing list