[PATCH] D59175: [llvm-readobj] Print symbol version when dumping relocations (PR31564)

Xing via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 06:41:19 PDT 2019


Higuoxing added inline comments.


================
Comment at: test/tools/llvm-readobj/elf-reloc-symbol-with-versioning.test:1
+# RUN: yaml2obj %s > %t.o
+# RUN: llvm-readobj -demangle -r %t.o | FileCheck %s --check-prefix LLVM
----------------
jhenderson wrote:
> Thinking about a past bug to do with symbol versioning, perhaps it's worth one of these symbols not having a version, to show that symbol versioning it only printed for symbols with version details?
Do you mean that a dynamic symbol that not included in .gnu.version/.gnu.version_d/.gnu.version_r section? Am I right?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59175





More information about the llvm-commits mailing list