Lines Matching full:dylib
8 # RUN: %lld -dylib -o %t/libf1.dylib %t/f1.o -lSystem
16 # RUN: %lld %t/libf1.dylib %t/libf2_g.a %t/test.o -o %t/test.out -lSystem
17 # RUN: llvm-objdump --syms --macho --lazy-bind %t/test.out | FileCheck %s --check-prefix DYLIB-FIRST
18 # DYLIB-FIRST: SYMBOL TABLE:
19 # DYLIB-FIRST-DAG: __TEXT,test_g g
20 # DYLIB-FIRST: Lazy bind table:
21 # DYLIB-FIRST-NEXT: segment section address dylib symbol
22 # DYLIB-FIRST-NEXT: __DATA __la_symbol_ptr {{[0-9a-z]+}} libf1 f
24 # RUN: %lld %t/libf2_g.a %t/libf1.dylib %t/test.o -o %t/test.out -lSystem
30 # ARCHIVE-FIRST-NEXT: segment section address dylib symbol
33 # RUN: %lld %t/libf1.dylib %t/libfg.a %t/test.o -o %t/test.out -lSystem
39 # ARCHIVE-PRIORITY-NEXT: segment section address dylib symbol