Add the -just-symbol-name (aka -j) flag to llvm-nm to just print the
authorKevin Enderby <enderby@apple.com>
Thu, 3 Jul 2014 21:51:07 +0000 (21:51 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 3 Jul 2014 21:51:07 +0000 (21:51 +0000)
commit0fd8aac5dae2fe529e51a6b4db7eb32ce3922158
treea0dc225236c1518041629f60fadd57ccf4ecb000
parenta37a2fc81f942ef044ea08430e3405bc23ece5c2
Add the -just-symbol-name (aka -j) flag to llvm-nm to just print the
symbol’s name.  On darwin the -j flag is used (often in combinations
with other flags) to produce a complete list of symbol names which
than can then be reorder and used with ld(1)’s -order_file.

llvm-svn: 212294
llvm/test/Object/nm-trivial-object.test
llvm/tools/llvm-nm/llvm-nm.cpp