Displays the architecture names of an input file.
Unknown architectures are represented by unknown(cputype,cpusubtype).
Test Plan: check-llvm
Differential D62753
[llvm-lipo] Implement -archs anushabasana on May 31 2019, 2:55 PM. Authored by
Details Displays the architecture names of an input file. Test Plan: check-llvm
Diff Detail
Event Timeline
Comment Actions Ping
Comment Actions I think this looks okay / relatively small change anyway, i don't want to block it anymore, if there are any extra comments I think we can always either revert the diff or address them post-commit. Comment Actions I did not download or run this code, but I believe it does not correctly divine the Arch flag from a given Mach-O binary. This is straight-forward to fix.
|