Lines Matching full:newer
6 Create a file named evenlen that is newer than the evenlen on the source dir.
10 RUN: mkdir -p %t.newer
17 RUN: echo newer > %t.newer/evenlen
18 RUN: touch %t.newer/evenlen
21 RUN: llvm-ar rU %t.a %t.newer/evenlen
22 RUN: llvm-ar p %t.a | FileCheck --check-prefix=NEWER %s
28 Check that with the 'u' option the member is replaced with a newer file.
29 RUN: llvm-ar ruU %t.a %t.newer/evenlen
30 RUN: llvm-ar p %t.a | FileCheck --check-prefix=NEWER %s
34 RUN: llvm-ar p %t.a | FileCheck --check-prefix=NEWER %s
36 NEWER: newer