1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

[llvm-nm] Correct -P ELF output

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

llvm-svn: 264247
This commit is contained in:
James Molloy 2016-03-24 09:18:09 +00:00
parent 5984483eb4
commit cfba21c833
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,4 @@
# RUN: llvm-nm -P %p/Inputs/hello.obj.elf-x86_64 | FileCheck %s
CHECK: main T 0000000000000000 0000000000000000
CHECK: puts U 0000000000000000