[PATCH] D63341: [llvm-lipo] Implement -thin

Michael Trent via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 00:19:30 PDT 2019


mtrent added a comment.

In D63341#1552257 <https://reviews.llvm.org/D63341#1552257>, @anushabasana wrote:

> In D63341#1549652 <https://reviews.llvm.org/D63341#1549652>, @mtrent wrote:
>
> > Note: "llvm-lipo" does not work properly with certain Mach-O executables, such as those built with the -hideARM64 flag.
>
>
> Fixed most of these issues, but for printing a list of knows architectures I am planning to make a change in a separate diff that returns a list of valid architectures, since I will no longer be modifying llvm-lipo code.
>
> For the MachO executables built with -hideARM64 flag, I filed a bug for MachOUniversalBinary: https://bugs.llvm.org/show_bug.cgi?id=42343.


Sounds good. Note that it's relevant for all lipo flags, not just '-thin'


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63341





More information about the llvm-commits mailing list