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

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 11:58:39 PDT 2023


paulkirth updated this revision to Diff 540148.
paulkirth marked an inline comment as done.
paulkirth added a comment.

Fix some test issues.

- Remove REQUIRES
- Remove `--fat-lto-objects` from command lines
- Fix ordering of objects in the archive case


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152973

Files:
  llvm/lib/Object/ObjectFile.cpp
  llvm/test/LTO/X86/Inputs/bcsection.macho.s
  llvm/test/LTO/X86/Inputs/llvm.lto.section.s
  llvm/test/LTO/X86/bcsection.ll
  llvm/test/LTO/X86/llvm.lto.section.ll
  llvm/test/tools/gold/X86/fatlto/fatlto.invalid.s
  llvm/test/tools/gold/X86/fatlto/fatlto.test
  llvm/tools/gold/gold-plugin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152973.540148.patch
Type: text/x-patch
Size: 11410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230713/719a9c8a/attachment.bin>


More information about the llvm-commits mailing list