[all-commits] [llvm/llvm-project] 79f9f1: [lld-macho] Ensure that chained fixups data comes ...

Daniel Bertalan via All-commits all-commits at lists.llvm.org
Mon Nov 7 14:53:24 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 79f9f1f8e33523ff64a34520f8a35dd819a74154
      https://github.com/llvm/llvm-project/commit/79f9f1f8e33523ff64a34520f8a35dd819a74154
  Author: Daniel Bertalan <dani at danielbertalan.dev>
  Date:   2022-11-07 (Mon, 07 Nov 2022)

  Changed paths:
    M lld/MachO/OutputSegment.cpp
    M lld/test/MachO/linkedit-contiguity.s

  Log Message:
  -----------
  [lld-macho] Ensure that chained fixups data comes first in __LINKEDIT

libstuff-based tools (e.g. `codesign` and `strip`) require
`__chainfixups` to be the first section in `__LINKEDIT`, and print a
"file not in an order that can be processed" error message if that is
not the case.

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




More information about the All-commits mailing list