mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-17 03:24:34 +00:00
Rename directory to avoid problems on windows.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186202 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -6,7 +6,7 @@ RUN: cd %T
|
|||||||
RUN: rm -f %t.a
|
RUN: rm -f %t.a
|
||||||
|
|
||||||
Create an achive with the newest file
|
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
|
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.
|
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
|
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.
|
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
|
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.
|
Check that with the 'u' option the member is not replaced with an older file.
|
||||||
|
Reference in New Issue
Block a user