[PATCH] D95364: [yaml2obj][obj2yaml] - Improve how we set/dump the sh_entsize field.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 01:59:04 PST 2021


grimar added a comment.

E.g. it seems that the expected behavior of llvm-objcopy would be to drop the `sh_link` for symbol table in this case. Because it is of `SHT_NOBITS` type.
Perhaps I'd wait from some input from @MaskRay as he was the author of the test case I think.


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

https://reviews.llvm.org/D95364



More information about the llvm-commits mailing list