[all-commits] [llvm/llvm-project] f336f8: [SystemZ][z/OS] Honor alignment of global data

Kai Nacke via All-commits all-commits at lists.llvm.org
Tue Jul 7 13:52:26 PDT 2026


  Branch: refs/heads/users/redstar/dataalign
  Home:   https://github.com/llvm/llvm-project
  Commit: f336f82bd282d70011864ceaea5847acffe14768
      https://github.com/llvm/llvm-project/commit/f336f82bd282d70011864ceaea5847acffe14768
  Author: Kai Nacke <kai.peter.nacke at ibm.com>
  Date:   2026-07-07 (Tue, 07 Jul 2026)

  Changed paths:
    M llvm/include/llvm/MC/MCSectionGOFF.h
    A llvm/test/CodeGen/SystemZ/zos-align.ll
    M llvm/test/CodeGen/SystemZ/zos-section-1.ll

  Log Message:
  -----------
  [SystemZ][z/OS] Honor alignment of global data

The alignment of sections is set after the section are created.
Thus, the ED structure set at object construction time is updated
with the current section alignment. This only applies to ED type
section. As result, the alignment of global data is correctly set.



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