[all-commits] [llvm/llvm-project] 958106: [lld][test] Precommit test for ld -r links with Fa...

Paul Kirth via All-commits all-commits at lists.llvm.org
Fri May 31 11:53:18 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 95810690287283b3180a4a4f2452b4e4d51e217b
      https://github.com/llvm/llvm-project/commit/95810690287283b3180a4a4f2452b4e4d51e217b
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2024-05-31 (Fri, 31 May 2024)

  Changed paths:
    M lld/test/ELF/fatlto/fatlto.test

  Log Message:
  -----------
  [lld][test] Precommit test for ld -r links with FatLTO PIC objects (#92817)

Currently, with PIC relocatable links, FatLTO sections are treated as
orphan
sections and incorrectly concatenated together. This test verifies the
current
behavior, but should be fixed to either merge those sections into a
single llvm
module, similar to what `llvm-link` would produce, or to drop them
altogether.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list