We have the elf-dynamic-tags-machine-specific.yaml input shared
between the llvm-readobj and llvm-objdump test.
It looks strange, because tools usually does not share inputs.
Also there are following problems related:
- elf-dynamic-tags-machine-specific.yaml input contains excessive YAML parts.
- objdump's test case never test AARCH64 tags.
- There are unknown tags in the elf-dynamic-tags-machine-specific.yaml and dynamic-tags-machine-specific.test, though we already testing unknown tags in llvm-readobj\ELF\dynamic-tags.test and llvm-objdump\elf-dynamic-section.test tests.
This patch removes the shared input and refines the test cases to resolve
issues mentioned.
I'd move this comment to the first individual line that this applies to. Are you planning on fixing this soon? If not, I'd file a bug and include a link to that bug with this comment.