[PATCH] D43989: MRI delete command

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 2 11:14:25 PST 2018


dmitry.mikulin at sony.com writes:

>> On Mar 2, 2018, at 10:00 AM, Rafael Avila de Espindola <rafael.espindola at gmail.com> wrote:
>> 
>> This only supports a script that is all adds or all deletes, right?
>
> Actually, the use case I was fixing is ‘addlib’/‘addmod' mixed with ‘delete' during archive creation, ‘delete’ is used as a means to replace objects pulled from an archive with ‘addlib'. There is no support for MRI ‘open’, so there is no way to run ‘delete’ commands on an existing archive now.

Yes, I got confused by the two calls to performOperation.

Cheers,
Rafael


More information about the llvm-commits mailing list