[PATCH] D54697: [llvm-objdump] Add `Version References` dumper (PR30241)

Xing via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 20 03:56:31 PST 2018


Higuoxing added a comment.

In https://reviews.llvm.org/D54697#1304044, @jhenderson wrote:

> Could you add tests for the cases where a) there is no DT_VERNEEDNUM tag, and b) where it has a value of 0, please.


Sure, I will add them

> Could you also point me at some documentation describing the VerNeed structs etc.

https://refspecs.linuxfoundation.org/LSB_2.1.0/LSB-Core-generic/LSB-Core-generic/symverdefs.html
https://refspecs.linuxfoundation.org/LSB_2.1.0/LSB-Core-generic/LSB-Core-generic/symverrqmts.html


Repository:
  rL LLVM

https://reviews.llvm.org/D54697





More information about the llvm-commits mailing list