Lines Matching refs:non
51 # RUN: rm -f %t.non-object.a
52 # RUN: llvm-ar cr %t.non-object.a %t1.o %t2.txt %t3.o
53 # RUN: llvm-ar t %t.non-object.a | FileCheck %s --check-prefix=NON-OBJECT-ARCHIVE-MEMBERS
59 # RUN: cp %t.non-object.a %t.non-object.copy.a
60 # RUN: not llvm-objcopy --strip-debug %t.non-object.a %t2.non-object.a 2>&1 | FileCheck %s --check-…
64 # Verify that %t.non-object.a has not been modified.
65 # RUN: cmp %t.non-object.a %t.non-object.copy.a
80 # RUN: rm -f %t.non-object.thin.a
81 # RUN: llvm-ar crsT %t.non-object.thin.a %t1.o %t2.txt %t3.o
82 # RUN: cp %t.non-object.thin.a %t.non-object.thin.copy.a
83 # RUN: not llvm-objcopy --strip-debug %t.non-object.thin.a %t.non-object.thin.a 2>&1 | FileCheck %s…
86 # RUN: cmp %t.non-object.thin.a %t.non-object.thin.copy.a