[all-commits] [llvm/llvm-project] dd5c98: [llvm-nm][ELF] - Make -D display symbol versions.

Georgii Rymar via All-commits all-commits at lists.llvm.org
Thu Jan 21 00:29:04 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dd5c98280473a7f74c5e5a715839e4938b46a69c
      https://github.com/llvm/llvm-project/commit/dd5c98280473a7f74c5e5a715839e4938b46a69c
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2021-01-21 (Thu, 21 Jan 2021)

  Changed paths:
    M llvm/test/tools/llvm-nm/dynamic.test
    M llvm/tools/llvm-nm/llvm-nm.cpp

  Log Message:
  -----------
  [llvm-nm][ELF] - Make -D display symbol versions.

This fixes https://bugs.llvm.org/show_bug.cgi?id=48670.

Since binutils 2.35, nm -D displays symbol versions by default.
This patch teaches llvm-nm to do the same.

Differential revision: https://reviews.llvm.org/D94907




More information about the All-commits mailing list