[PATCH] D62753: [llvm-lipo] Implement -archs
Anusha Basana via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 31 14:58:16 PDT 2019
anushabasana created this revision.
anushabasana added reviewers: alexshap, smeenai, compnerd, mtrent.
Herald added a project: LLVM.
Displays the architecture names of an input file.
Unknown architectures are represented by unknown(cputype,cpusubtype).
Test Plan: check-llvm
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D62753
Files:
llvm/test/tools/llvm-lipo/archs-macho-binary-unknown.test
llvm/test/tools/llvm-lipo/archs-macho-binary.test
llvm/test/tools/llvm-lipo/archs-universal-binary-unknown.test
llvm/test/tools/llvm-lipo/archs-universal-binary.test
llvm/tools/llvm-lipo/LipoOpts.td
llvm/tools/llvm-lipo/llvm-lipo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62753.202492.patch
Type: text/x-patch
Size: 9295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190531/0f1b154d/attachment.bin>
More information about the llvm-commits
mailing list