[all-commits] [llvm/llvm-project] c57810: [LLD][COFF] Sort base relocations (#121699)

Jacek Caban via All-commits all-commits at lists.llvm.org
Thu Jan 9 06:41:12 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c57810a00a24141391566b23319b61362ba62736
      https://github.com/llvm/llvm-project/commit/c57810a00a24141391566b23319b61362ba62736
  Author: Jacek Caban <jacek at codeweavers.com>
  Date:   2025-01-09 (Thu, 09 Jan 2025)

  Changed paths:
    M lld/COFF/Writer.cpp
    A lld/test/COFF/baserel-sort.yaml

  Log Message:
  -----------
  [LLD][COFF] Sort base relocations (#121699)

This change ensures that base relocations are sorted in the output,
aligning with MSVC linker behavior. While input files typically provide
sorted relocations, this update guarantees correct sorting even if the
input relocations are unordered.



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