[PATCH] D62349: Change ELF tools to allow multiple dynsym, versym, verdef and verneed sections per file.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 02:09:46 PDT 2019


grimar added a comment.

I think you can add a test using yaml2obj probably. Can you?
Also, does it really pass existent test cases? (I would expect to see some of them testing "Multiple SHT_*" message)

And ideal behavior will be to dump all the sections, right?
Perhaps it worth to report a bug then. It is probably possible to work on that with use of yaml2obj tool
for creating the tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62349/new/

https://reviews.llvm.org/D62349





More information about the llvm-commits mailing list