mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-06 22:36:06 +00:00

Support universal Mach-O binaries with a fat64 header. After 4d683f7fa7d4, dsymutil can now generate such binaries when the offsets would otherwise overflow the 32-bit offsets in the regular fat header. rdar://107289570 Differential revision: https://reviews.llvm.org/D147012