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

Anusha Basana via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 09:47:29 PDT 2019


anushabasana created this revision.
anushabasana added reviewers: alexshap, smeenai, compnerd, mtrent.
anushabasana added a project: LLVM.
Herald added a subscriber: llvm-commits.

Creates thin output file of specified arch_type from the fat input file.

Test Plan: check-llvm


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D63341

Files:
  llvm/test/tools/llvm-lipo/Inputs/i386-slice.yaml
  llvm/test/tools/llvm-lipo/Inputs/i386-x86_64-universal.yaml
  llvm/test/tools/llvm-lipo/help-error-messages.test
  llvm/test/tools/llvm-lipo/thin-executable-universal-binary.test
  llvm/test/tools/llvm-lipo/thin-macho-binary.test
  llvm/test/tools/llvm-lipo/thin-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: D63341.204797.patch
Type: text/x-patch
Size: 19734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190614/d9398f22/attachment-0001.bin>


More information about the llvm-commits mailing list