Fix the output of llvm-nm for Mach-O files to use the characters ‘d’ and ‘b’ for
authorKevin Enderby <enderby@apple.com>
Thu, 19 Jun 2014 22:49:21 +0000 (22:49 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 19 Jun 2014 22:49:21 +0000 (22:49 +0000)
commit1e1b992ad7bb3c79fae317897f59b68608cfe313
treeef6784bb9a85c9d577717e4bce13687458cbf5c3
parentb201bfcbcee51cb975f68fb9a3e25b47fc3b6505
Fix the output of llvm-nm for Mach-O files to use the characters ‘d’ and ‘b’ for
data and bss symbols instead of the generic ’s’ for a symbol in a section.

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