8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
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 | | | |
|