16 lines · plain
1# This file was constructed from 3 trivial source files and linked with macOS's2# ld64 linker. 3#4# cc -gdwarf-2 -o foo.o -c foo.c5# cc -gdwarf-2 -o bar.o -c bar.c6# ld -r foo.o bar.o -o foobar.o7# cc -gdwarf-2 -o baz foobar.o baz.c8 9# RUN: llvm-nm -ap %p/Inputs/macho-dwarf-x86_64 | FileCheck -match-full-lines -strict-whitespace %s10 11# CHECK:000000000000002a - 01 0000 ENSYM 12# CHECK:0000000000000010 - 01 0000 ENSYM 13# CHECK:000000000000000b - 01 0000 ENSYM 14 15 16