mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
Rename directory to avoid problems on windows.
llvm-svn: 186202
This commit is contained in:
parent
73b6b97cfa
commit
6cc9c76d58
@ -6,7 +6,7 @@ RUN: cd %T
|
||||
RUN: rm -f %t.a
|
||||
|
||||
Create an achive with the newest file
|
||||
RUN: llvm-ar r %t.a %p/Inputs/AUX/evenlen
|
||||
RUN: llvm-ar r %t.a %p/Inputs/Other/evenlen
|
||||
RUN: llvm-ar p %t.a | FileCheck --check-prefix=NEWER %s
|
||||
|
||||
Check that without the 'u' option the member is replaced with an older file.
|
||||
@ -14,7 +14,7 @@ RUN: llvm-ar r %t.a %p/Inputs/evenlen
|
||||
RUN: llvm-ar p %t.a | FileCheck --check-prefix=OLDER %s
|
||||
|
||||
Check that with the 'u' option the member is replaced with a newer file.
|
||||
RUN: llvm-ar ru %t.a %p/Inputs/AUX/evenlen
|
||||
RUN: llvm-ar ru %t.a %p/Inputs/Other/evenlen
|
||||
RUN: llvm-ar p %t.a | FileCheck --check-prefix=NEWER %s
|
||||
|
||||
Check that with the 'u' option the member is not replaced with an older file.
|
||||
|
Loading…
Reference in New Issue
Block a user