[PATCH] D146879: [dsymutil] Add the ability to generate universal binaries with a fat64 header

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 27 09:23:24 PDT 2023


JDevlieghere added a comment.

In D146879#4224622 <https://reviews.llvm.org/D146879#4224622>, @aprantl wrote:

> 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?

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.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146879/new/

https://reviews.llvm.org/D146879



More information about the llvm-commits mailing list