This is an archive of the discontinued LLVM Phabricator instance.

[test/Object] - Cleanup the Object\obj2yaml.test a bit.
ClosedPublic

Authored by grimar on Aug 1 2019, 4:56 AM.

Details

Summary

This makes 2 changes:

  • Removes unwind-section.elf-x86-64 object and the corresponding test case,

because SHT_X86_64_UNWIND is already tested here:
https://github.com/llvm-mirror/llvm/blob/master/test/tools/obj2yaml/section-type.yaml

  • Removes/partially moves "No such file or directory" test, because we already have a similar test here:

https://github.com/llvm-mirror/llvm/blob/master/test/tools/obj2yaml/invalid_input_file.test

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Aug 1 2019, 4:56 AM
This revision is now accepted and ready to land.Aug 6 2019, 3:02 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 6 2019, 7:35 AM