Lines Matching full:install
1 ## This test checks updating a dependent shared library install name in a MachO binary.
7 # RUN: llvm-install-name-tool -change /usr/dylib/LOAD /usr/long/long/dylib/LOAD %t.copy
15 # RUN: llvm-install-name-tool -change /usr/dylib/WEAK /usr/sh/WEAK \
24 # RUN: llvm-install-name-tool -change /usr/dylib/LOAD /usr/LOAD \
33 # RUN: llvm-install-name-tool -change /usr/dylib/LOAD /usr/XX/LOAD \
42 # RUN: llvm-install-name-tool -change /usr/dylib/LOAD /usr/JOJO/LOAD \
51 # RUN: llvm-install-name-tool -change /usr/dylib/LOAD /usr/COMMON \
59 # RUN: llvm-install-name-tool -change /usr/COMMON /usr/ONCE %t.copy
65 ## Check that -change option has no effect if the binary doesn't contain old install name:
67 # RUN: llvm-install-name-tool -change /usr/JOJO/LOAD /usr/XX/LOAD \
72 # RUN: not llvm-install-name-tool %t -change /usr/ONCE 2>&1 | \
76 # RUN: not llvm-install-name-tool %t -change 2>&1 | \