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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 14:00:01 PDT 2023


nikic added inline comments.


================
Comment at: llvm/docs/BitCodeFormat.rst:479
+object formats. For bitcode intended for use in LTO (e.g. bitcode that has
+gone through the correct pre-link pass pipelines), we use the ``__LLVM,__lto``
+section for MachO and ``.llvm.lto`` section for other formats.
----------------
Do we? This documentation seems to be the only reference to `__lto` I can find.

isSectionBitcode() for MachoOObjectFile only checks for `__LLVM,__bitcode`.


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