This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objdump tests] Copy the inputs of tests closer to tests.
ClosedPublic

Authored by krasimir on Jan 17 2017, 4:16 AM.

Details

Summary

Tests under tools/llvm-objdump should not use inputs from Object. Copied the
required inputs and aligned the new tests to be more consistent with the existing
tests in this respect.

Diff Detail

Repository
rL LLVM

Event Timeline

krasimir created this revision.Jan 17 2017, 4:16 AM
krasimir added a subscriber: djasper.
ioeric added a subscriber: davide.Jan 17 2017, 4:29 AM
ioeric accepted this revision.Jan 17 2017, 4:32 AM

@davide I think this change makes sense. I'll accept this to unbreak our internal build. Let us know if you have any concern.

This revision is now accepted and ready to land.Jan 17 2017, 4:32 AM
This revision was automatically updated to reflect the committed changes.

@davide I think this change makes sense. I'll accept this to unbreak our internal build. Let us know if you have any concern.

Yes, makes sense. Thanks.