Add the ability to generate universal binaries with a fat64 header.
rdar://107223939
Differential D146879
[dsymutil] Add the ability to generate universal binaries with a fat64 header JDevlieghere on Mar 25 2023, 10:41 AM. Authored by
Details Add the ability to generate universal binaries with a fat64 header. rdar://107223939
Diff Detail
Event TimelineComment Actions I understand that auto-detection can be a double-edged sword, but — should this be autodetected based on the input size? Or this impossible because we only know the sizer after it's too late?
Comment Actions Given that the tooling support isn't quite there yet, I think this should be opt-in, but I don't mind making this the default if the output size will exceed 4GB in the future. |