xref: /llvm-project/llvm/test/tools/llvm-nm/X86/macho-dwarf.test (revision ca30902ff841ab4f505a0732c1e517e4ed231b1c)
1# This file was constructed from 3 trivial source files and linked with macOS's
2# ld64 linker.
3#
4#   cc -gdwarf-2 -o foo.o -c foo.c
5#   cc -gdwarf-2 -o bar.o -c bar.c
6#   ld -r foo.o bar.o -o foobar.o
7#   cc -gdwarf-2 -o baz foobar.o baz.c
8
9# RUN: llvm-nm -ap %p/Inputs/macho-dwarf-x86_64 | FileCheck -match-full-lines -strict-whitespace %s
10
11# CHECK:000000000000002a - 01 0000 ENSYM
12# CHECK:0000000000000010 - 01 0000 ENSYM
13# CHECK:000000000000000b - 01 0000 ENSYM
14
15
16