Fix llvm-nm to mach OS X's nm on some tests.
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 2 Nov 2013 05:03:24 +0000 (05:03 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 2 Nov 2013 05:03:24 +0000 (05:03 +0000)
commit6152f7d59615de9e4fa869bdc89570560c34bddb
tree186a228ac0b0007913e20f1b918f5a1424fbd86f
parent9d293f1f68d890ae391e222fe9384b83183286cb
Fix llvm-nm to mach OS X's nm on some tests.

There is still a long way to go for llvm-nm, but at least we now match
nm's letter output in the cases we test for.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193912 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/MachOObjectFile.cpp
test/Object/Inputs/weak-global-symbol.macho-i386 [new file with mode: 0644]
test/Object/nm-trivial-object.test
test/Object/nm-weak-global-macho.test [new file with mode: 0644]