Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A).
authorKevin Enderby <enderby@apple.com>
Thu, 24 Jul 2014 23:31:52 +0000 (23:31 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 24 Jul 2014 23:31:52 +0000 (23:31 +0000)
commit08e1bbd6457541ee2983eacbb588b74acd62a897
treee2ff48b0267a07a108e5fe78730e15c29cd8a00c
parentab131e86ce4180ca0906a4c556d618a61100afe7
Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A).

The -print-file-name option in llvm-nm is to precede each symbol
with the object file it came from.  While code for the parsing of this
option and its aliases existed there was no code to implement it.

llvm-svn: 213906
llvm/test/Object/nm-archive.test
llvm/test/Object/nm-trivial-object.test
llvm/test/Object/nm-universal-binary.test
llvm/tools/llvm-nm/llvm-nm.cpp