This is an archive of the discontinued LLVM Phabricator instance.

[llvm-ar] Support verbose mode for operation 'x'
ClosedPublic

Authored by MaskRay on Nov 6 2019, 10:21 AM.

Diff Detail

Event Timeline

MaskRay created this revision.Nov 6 2019, 10:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 6 2019, 10:21 AM
kongyi accepted this revision.Nov 6 2019, 11:24 AM
This revision is now accepted and ready to land.Nov 6 2019, 11:24 AM
jhenderson requested changes to this revision.Nov 7 2019, 1:26 AM

Code change looks good, but I've got a concern about the testing. (requesting changes to cancel approval)

llvm/test/tools/llvm-ar/extract.test
8

You need test cases for extracting without 'v', to show the behaviour in that case. With this change, 'x' alone is untested.

This revision now requires changes to proceed.Nov 7 2019, 1:26 AM
MaskRay updated this revision to Diff 228252.Nov 7 2019, 8:17 AM

Add a non-'v' test

This revision is now accepted and ready to land.Nov 7 2019, 8:36 AM
This revision was automatically updated to reflect the committed changes.