[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
Mon Jul 24 14:09:09 PDT 2023
paulkirth 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.
----------------
nikic wrote:
> Do we? This documentation seems to be the only reference to `__lto` I can find.
>
> isSectionBitcode() for MachoOObjectFile only checks for `__LLVM,__bitcode`.
You are correct. I haven't implemented MachO support yet. I was over zealous trying to update this, and that is currently incorrect.
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