[PATCH] D21552: [ELF] - Teach llvm-readobj to print dependencies of SHT_GNU_verdef and refactor dumping method.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 06:28:47 PDT 2016


grimar added inline comments.

================
Comment at: tools/llvm-readobj/ELFDumper.cpp:572
@@ +571,3 @@
+
+    if (VD->vd_cnt == 2) {
+      const uint8_t *PAux = P + VD->vd_aux + VD->getAux()->vda_next;
----------------
rafael wrote:
> Produce an error if is > 2.
> 
I do that above :)


http://reviews.llvm.org/D21552





More information about the llvm-commits mailing list