xref: /llvm-project/llvm/test/tools/llvm-nm/X86/macho-format-sysv.test (revision 7b395133029a8a93d2516d5c5d7b19aae3c71648)
1RUN: llvm-nm -f sysv %p/Inputs/hello.obj.macho-x86_64 2>&1 | FileCheck %s --strict-whitespace
2
3CHECK: Name                  Value           Class        Type         Size             Line  Section
4CHECK: 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