Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match darwin...
authorKevin Enderby <enderby@apple.com>
Tue, 10 Nov 2015 00:31:08 +0000 (00:31 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 10 Nov 2015 00:31:08 +0000 (00:31 +0000)
commit7f0edadcaf45b0fb545e6edfd4d026bb6fa7c5e5
treefe3468ba91e76276ce14349345f6f164c6e79b1d
parent537330de8268f3592b5f98987da5f74a808d2670
Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match darwin’s nm(1).
Also a small fix to match printing of Mach-O objects with -format posix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252567 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/SymbolicFile.h
lib/Object/IRObjectFile.cpp
test/tools/llvm-nm/X86/IRobj.test [new file with mode: 0644]
test/tools/llvm-nm/X86/Inputs/test.IRobj-x86_64 [new file with mode: 0644]
test/tools/llvm-nm/X86/posixMachO.test [new file with mode: 0644]
tools/llvm-nm/llvm-nm.cpp