[all-commits] [llvm/llvm-project] bb2f75: [LLD][COFF] Ensure .bss is merged at the end of a ...

jeremyd2019 via All-commits all-commits at lists.llvm.org
Wed Apr 30 02:09:43 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bb2f7596a8b963af06e9dde821dcea1252ba4892
      https://github.com/llvm/llvm-project/commit/bb2f7596a8b963af06e9dde821dcea1252ba4892
  Author: jeremyd2019 <github at jdrake.com>
  Date:   2025-04-30 (Wed, 30 Apr 2025)

  Changed paths:
    M lld/COFF/Writer.cpp
    A lld/test/COFF/merge-data-bss.test

  Log Message:
  -----------
  [LLD][COFF] Ensure .bss is merged at the end of a section. (#137677)

Because it is full of zeros, it is expected that as much of it as
possible is elided from the actual image, and that cannot happen if
there is initialized data in the section after it.



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