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

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 23 03:02:35 PST 2019


grimar added inline comments.


================
Comment at: test/tools/llvm-objdump/verneed-wrong-info.test:5
+# This test is to prevent going into a very long loop printing out garbage version need information
+# See: https://sourceware.org/ml/binutils/2014-11/msg00353.html
+
----------------
The case looks simple, so I would remove the link and just describe it.
i.e. something like:

"We have a SHT_GNU_verneed section with a broken sh_info field that says the section
contains more entries that it actually have"


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54697





More information about the llvm-commits mailing list