Before, llvm-strip accepted a second argument but it would just be ignored.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
James, as for me, I think (though, don't insist) we might add a test for
this but in this particular case it's not critical / long-term beneficial.
This is a temporary solution anyway. The thing is that llvm-strip doesn't
support multiple inputs while binutils strip does.
So as soon as we fix it (add proper support for multiple input files), the
test will be gone / replaced with a meaningful test for multiple files.
Kind regards,
Alexander Shaposhnikov