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)
commit26272defb6126b5ddc24ab19a682e4e80d52e3e4
tree0bfe831139aa2b66de2f9d0eda7fe9ddcfb4dcad
parentd4167d0b29a8c7f2d1ee8e803b40b30e1fa7751c
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212294 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/nm-trivial-object.test
tools/llvm-nm/llvm-nm.cpp