This is an archive of the discontinued LLVM Phabricator instance.

[LLD][Test] Add thin archives to map file test
ClosedPublic

Authored by bd1976llvm on Aug 5 2021, 4:45 AM.

Details

Summary

This adds thin archives to the map file test.

I noticed that we had this test-case in our downstream testsuite but it wasn't in the upstream testing.

Diff Detail

Event Timeline

bd1976llvm created this revision.Aug 5 2021, 4:45 AM
bd1976llvm requested review of this revision.Aug 5 2021, 4:45 AM

No objections from me. I think the tee in one of the Run commands might be superfluous but I could be missing something.

lld/test/ELF/map-file.s
14

Is the tee %t_fat.txt part of the test? I can't see any use of it in the remainder of the file.

bd1976llvm updated this revision to Diff 364743.Aug 6 2021, 3:33 AM

Remove debugging tee.

peter.smith accepted this revision.Aug 6 2021, 5:43 AM

Thanks for update LGTM.

This revision is now accepted and ready to land.Aug 6 2021, 5:43 AM
MaskRay accepted this revision.Aug 6 2021, 9:42 AM

Thanks!

Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2021, 2:25 AM