Lines Matching full:dylib
5 # RUN: %lld -dylib -install_name \
6 # RUN: @executable_path/libresolution.dylib %t/libresolution.o -o %t/libresolution.dylib
7 # RUN: %lld -dylib -install_name \
8 # RUN: @executable_path/libresolution2.dylib %t/libresolution.o -o %t/libresolution2.dylib
11 ## Check that we select the symbol defined in the first dylib passed on the
13 # RUN: %lld -o %t/dylib-first -L%t -lresolution -lresolution2 %t/resolution.o
14 # RUN: llvm-objdump --macho --bind %t/dylib-first | FileCheck %s --check-prefix=DYLIB-FIRST
15 # DYLIB-FIRST: libresolution _foo
21 ## Also check that defined symbols take precedence over dylib symbols.
22 # DYLIB-FIRST-NOT: libresolution _bar
23 # DYLIB-FIRST-NOT: libresolution _baz
25 ## Check that we pick the dylib symbol over the undefined symbol in the object