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

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 06:57:57 PDT 2023


tejohnson added inline comments.


================
Comment at: llvm/test/LTO/X86/Inputs/bcsection.s:1
-.section .llvmbc
+.section .llvm.lto
 .incbin "bcsection.bc"
----------------
Are we now missing a test for .llvmbc? Also, shouldn't .llvmbc and .llvm.lto be handled differently? I.e. the former ignored and the latter accepted and LTO linked (for which it should have a test similar to the lld one). Or is there meant to be a follow on patch to fully enable FatLTO handling in gold?


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