This is an archive of the discontinued LLVM Phabricator instance.

[XCOFF][llvm-readobj] Move XCOFF test to XCOFF directory
ClosedPublic

Authored by jasonliu on Aug 10 2020, 11:30 AM.

Details

Summary

COFF and XCOFF in llvm are very different and serves different platform.
Since we have different Dumper.cpp file in llvm-readobj's implementation, we should have separate testing directory for them too.

Diff Detail

Event Timeline

jasonliu created this revision.Aug 10 2020, 11:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2020, 11:30 AM
jasonliu requested review of this revision.Aug 10 2020, 11:31 AM
This revision is now accepted and ready to land.Aug 10 2020, 12:20 PM
jhenderson accepted this revision.Aug 11 2020, 2:05 AM

If you want to take this a step further, remove "xcoff" from all the file name prefixes, since they are now implicitly for XCOFF due to their directory. If there's a functional benefit for that being done in a separate commit then that's fine with me. LGTM in either case.

jasonliu updated this revision to Diff 284708.Aug 11 2020, 7:21 AM

Rename the tests, and remove xcoff prefix.

This revision was automatically updated to reflect the committed changes.