[llvm] Fix getting section info in large mach-o files. (PR #165940)
Peter Rong via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 3 16:52:22 PST 2025
DataCorrupted wrote:
LTGM.
I wonder if we can relax MachO's standard by saying that "32-bit section offsets can exceed 4G but must be ordered for 64-bit offset reconstruction". This way we can use little change (like this PR) to alleviate the hard restriction.
https://github.com/llvm/llvm-project/pull/165940
More information about the llvm-commits
mailing list