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:
parent
5984483eb4
commit
cfba21c833
BIN
test/tools/llvm-nm/X86/Inputs/hello.obj.elf-x86_64
Normal file
BIN
test/tools/llvm-nm/X86/Inputs/hello.obj.elf-x86_64
Normal file
Binary file not shown.
4
test/tools/llvm-nm/X86/posixELF.test
Normal file
4
test/tools/llvm-nm/X86/posixELF.test
Normal 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
|
Loading…
Reference in New Issue
Block a user