[llvm-nm] Correct -P ELF output
commitd49b347df5c9f3048129154c6132dfcb1ab76c6e
authorJames Molloy <james.molloy@arm.com>
Thu, 24 Mar 2016 09:18:09 +0000 (24 09:18 +0000)
committerJames Molloy <james.molloy@arm.com>
Thu, 24 Mar 2016 09:18:09 +0000 (24 09:18 +0000)
tree90cf3e6244033a8b66286b066fa154c3c44efecf
parent405224b9eec9725c4d46aba18d189183f73f1c52
[llvm-nm] Correct -P ELF output

Correctly add a space between the address and size when outputting in posix mode (-P).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264247 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-nm/X86/Inputs/hello.obj.elf-x86_64 [new file with mode: 0644]
test/tools/llvm-nm/X86/posixELF.test [new file with mode: 0644]