Commit c649f29c authored by Daniel Thornburgh's avatar Daniel Thornburgh
Browse files

[llvm-nm] Add --line-numbers flag

This parallels the binutils/BSD flag of the same name. Debugging
information is loaded to print line number information for symbols.
Defined symbols are symbolized by their section addresses, and undefined
symbols by their first text reloc with line info.

Differential Revision: https://reviews.llvm.org/D150987
parent 86b32c4b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment