Replaces specified architecture in universal binary input file with slice from the file_name argument passed into the replace command.
Test Plan: check-llvm
Paths
| Differential D65247
[llvm-lipo] Implement -replace ClosedPublic Authored by anushabasana on Jul 24 2019, 3:16 PM.
Details Summary Replaces specified architecture in universal binary input file with slice from the file_name argument passed into the replace command. Test Plan: check-llvm
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jul 24 2019, 3:25 PM Closed by commit rL367248: [llvm-lipo] Implement -replace (authored by anushabasana). · Explain WhyJul 29 2019, 11:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 212208 llvm/trunk/test/tools/llvm-lipo/Inputs/armv7-slice-big.yaml
llvm/trunk/test/tools/llvm-lipo/Inputs/armv7_i386_non_default_alignment.yaml
llvm/trunk/test/tools/llvm-lipo/Inputs/i386-x86_64-armv7-arm64-universal.yaml
llvm/trunk/test/tools/llvm-lipo/replace-invalid-input.test
llvm/trunk/test/tools/llvm-lipo/replace-universal-binary.test
llvm/trunk/tools/llvm-lipo/LipoOpts.td
llvm/trunk/tools/llvm-lipo/llvm-lipo.cpp
|