[PATCH] D150987: [llvm-nm] Add --line-numbers flag

Daniel Thornburgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 15:53:32 PDT 2023


mysterymath created this revision.
Herald added a reviewer: jhenderson.
Herald added a project: All.
mysterymath updated this revision to Diff 525849.
mysterymath added a comment.
mysterymath added reviewers: phosek, mcgrathr.
mysterymath published this revision for review.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

Add documentation.


This flag parallels the binutils flag of the same name. Debugging
information is loaded to print line number information for symbols, with
simlar semantics to llvm-symbolizer.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150987

Files:
  llvm/docs/CommandGuide/llvm-nm.rst
  llvm/test/tools/llvm-nm/X86/Inputs/dwarf.obj.elf-x86_64
  llvm/test/tools/llvm-nm/X86/line-numbers.test
  llvm/tools/llvm-nm/CMakeLists.txt
  llvm/tools/llvm-nm/Opts.td
  llvm/tools/llvm-nm/llvm-nm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150987.525849.patch
Type: text/x-patch
Size: 7669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230525/384e7a6b/attachment.bin>


More information about the llvm-commits mailing list