This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj][test] - Add a check for --dyn-syms.
ClosedPublic

Authored by grimar on Jan 22 2020, 2:15 AM.

Details

Summary

We have the -dyn-symbols option. It has a --dyn-syms alias
that is not tested in llvm-readobj tests currently.

There is a Object/readobj-elf-versioning.test where it is used,
but I am removing it in D73163. And also it is not the
right place to test it anyways.

Diff Detail