Lines Matching +full:undefined +full:- +full:atoms
1 # RUN: ld64.lld -arch x86_64 -macosx_version_min 10.8 %s \
2 # RUN: %p/Inputs/native-and-mach-o.objtxt \
3 # RUN: %p/Inputs/native-and-mach-o2.objtxt -o %t && \
4 # RUN: llvm-nm %t | FileCheck %s
6 # Test a mix of atoms and mach-o both encoded in yaml
9 --- !native
10 defined-atoms:
11 - name: _main
17 - offset: 7
21 undefined-atoms:
22 - name: _foo
26 # CHECK: {{[0-9a-f]+}} T _foo
27 # CHECK: {{[0-9a-f]+}} T _main