This is an archive of the discontinued LLVM Phabricator instance.

[llvm-ar][test] add special case of replace converting a regular to a thin archive
ClosedPublic

Authored by bd1976llvm on May 17 2022, 6:51 AM.

Diff Detail

Event Timeline

bd1976llvm created this revision.May 17 2022, 6:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2022, 6:51 AM
Herald added a subscriber: rupprecht. · View Herald Transcript
bd1976llvm requested review of this revision.May 17 2022, 6:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2022, 6:51 AM

update diff to a working regression test!

MaskRay accepted this revision.EditedMay 18 2022, 3:01 PM

We don't attach PR number to test filenames. That's old practice which has been abandoned.
You can add the bug number to the body of the file if necessary, though nn this case I'd say not necessary.

This revision is now accepted and ready to land.May 18 2022, 3:01 PM

(issue 55527)

The subject does not need to duplicate the information in the commit message body.

bd1976llvm retitled this revision from [llvm-ar][test] Add regression test for special case of replace converting a regular to a full archive (issue 55527) to [llvm-ar][test] Add regression test for special case of replace converting a regular to a full archive.May 27 2022, 2:53 AM

Sorry for the delay. I wanted to wait until https://github.com/llvm/llvm-project/issues/55527 was fully understood in case we needed to adjust the test or add extra cases.

I have addressed the review comments now. Thanks.

bd1976llvm retitled this revision from [llvm-ar][test] Add regression test for special case of replace converting a regular to a full archive to [llvm-ar][test] test special case of replace converting a regular to a thin archive.May 27 2022, 3:04 AM
bd1976llvm retitled this revision from [llvm-ar][test] test special case of replace converting a regular to a thin archive to [llvm-ar][test] add special case of replace converting a regular to a thin archive.