Lines Matching full:dylib
11 # RUN: %lld -dylib %t/libhello.o -o %t/libhello.dylib
12 # RUN: %lld -dylib -L%t -sub_library libhello -lhello \
13 # RUN: %t/libgoodbye.o -o %t/libgoodbye.dylib
14 # RUN: %lld -dylib -L%t -sub_library libgoodbye -lgoodbye -install_name \
15 # RUN: @executable_path/libsuper.dylib %t/libsuper.o -o %t/libsuper.dylib
21 # RUN: llvm-objdump --macho --all-headers %t/libhello.dylib | FileCheck %s \
25 # RUN: llvm-objdump --macho --all-headers %t/libgoodbye.dylib | FileCheck %s -DDIR=%t \
30 # GOODBYE-HEADERS: name [[DIR]]/libhello.dylib
32 # RUN: llvm-objdump --macho --all-headers %t/libsuper.dylib | FileCheck %s -DDIR=%t \
37 # SUPER-HEADERS: name [[DIR]]/libgoodbye.dylib
49 # RUN: not %lld -dylib -o %t/sub-library -sub_library libmissing %t/sub-library.o 2>&1 \
51 # MISSING-SUB-LIBRARY: error: -sub_library libmissing does not match a supplied dylib
52 # RUN: rm -f %t/libgoodbye.dylib
55 # MISSING-REEXPORT: error: unable to locate re-export with install name [[DIR]]/libgoodbye.dylib