[all-commits] [llvm/llvm-project] 4f2a46: [lld-macho] Have all load commands aligned to the ...

Jez Ng via All-commits all-commits at lists.llvm.org
Tue Jan 24 17:11:19 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4f2a4617936fd73a5fe18f8e12a02b0975ce7643
      https://github.com/llvm/llvm-project/commit/4f2a4617936fd73a5fe18f8e12a02b0975ce7643
  Author: Jez Ng <jezng at fb.com>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M lld/MachO/Writer.cpp

  Log Message:
  -----------
  [lld-macho] Have all load commands aligned to the word size

This is what ld64 does, and also what we already do for most of the
other load commands. I'm not aware of a good way to test this, but I
don't think it really matters.

Differential Revision: https://reviews.llvm.org/D141462




More information about the All-commits mailing list