[PATCH] D65247: [llvm-lipo] Implement -replace

Anusha Basana via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 15:19:17 PDT 2019


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

Replaces specified architecture in universal binary input file with slice from the file_name argument passed into the replace command.

Test Plan: check-llvm


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65247

Files:
  llvm/test/tools/llvm-lipo/Inputs/armv7-slice-big.yaml
  llvm/test/tools/llvm-lipo/Inputs/armv7_i386_non_default_alignment.yaml
  llvm/test/tools/llvm-lipo/Inputs/i386-x86_64-armv7-arm64-universal.yaml
  llvm/test/tools/llvm-lipo/replace-invalid-input.test
  llvm/test/tools/llvm-lipo/replace-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: D65247.211611.patch
Type: text/x-patch
Size: 58922 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190724/0c1acd0d/attachment.bin>


More information about the llvm-commits mailing list