This is an archive of the discontinued LLVM Phabricator instance.

[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

Event Timeline

anushabasana created this revision.Jul 24 2019, 3:16 PM
llvm/tools/llvm-lipo/llvm-lipo.cpp
622
auto It  = ReplacementSlices.find(...)
This revision is now accepted and ready to land.Jul 24 2019, 3:25 PM
anushabasana marked an inline comment as done.

rename var

This revision was automatically updated to reflect the committed changes.