e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
7 lines
409 B
Plaintext
7 lines
409 B
Plaintext
RUN: llvm-nm -f sysv %p/Inputs/hello.obj.elf-i386 | FileCheck %s --strict-whitespace
|
|
|
|
CHECK: Name Value Class Type Size Line Section
|
|
CHECK: .L.str |00000000| r | |0000000f| |
|
|
CHECK: main |00000000| T | |00000015| |
|
|
CHECK: puts | | U | | | |
|