forked from OSchip/llvm-project
[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
2cb74ac3c3
commit
ee675880b8
Binary file not shown.
|
@ -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