brintos

brintos / llvm-project-archived public Read only

0
0
Text · 672 B · e298623 Raw
9 lines · plain
1RUN: llvm-nm -f sysv %p/Inputs/hello.obj.macho-x86_64 2>&1 | FileCheck %s --strict-whitespace2 3CHECK: Name                  Value           Class        Type         Size             Line  Section4CHECK: EH_frame0           |0000000000000068|   s  |                  |0000000000000000|     |5CHECK: L_.str              |000000000000003b|   s  |                  |0000000000000000|     |6CHECK: _main               |0000000000000000|   T  |                  |0000000000000000|     |7CHECK: _main.eh            |0000000000000080|   S  |                  |0000000000000000|     |8CHECK: _printf             |                |   U  |                  |                |     |9