This diff adds support for -extract.
Test plan: make check-all
Paths
| Differential D70522
[llvm-lipo] Implement -extract ClosedPublic Authored by alexander-shaposhnikov on Nov 20 2019, 6:19 PM.
Details Summary This diff adds support for -extract. Test plan: make check-all
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 20 2019, 7:48 PM Closed by commit rGb6d3774a2721: [llvm-lipo] Add support for -extract (authored by alexander-shaposhnikov). · Explain WhyNov 21 2019, 4:19 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 230559 llvm/test/tools/llvm-lipo/extract.test
llvm/tools/llvm-lipo/LipoOpts.td
llvm/tools/llvm-lipo/llvm-lipo.cpp
|
Why not hoist this above the architecture check? This should be super cheap, and avoids doing I/O unless the inputs are good.