forked from OSchip/llvm-project
Make sure we create a new archive by deleting any stale ones first.
llvm-svn: 199319
This commit is contained in:
parent
9f4be3fa4f
commit
587940502b
|
@ -40,6 +40,7 @@
|
|||
; new archive and checking that date.
|
||||
; RUN: rm -f very_long_bytecode_file_name.bc
|
||||
; RUN: llvm-ar xo %p/Inputs/GNU.a very_long_bytecode_file_name.bc
|
||||
; RUN; rm -f %t.a
|
||||
; RUN: llvm-ar rc %t.a very_long_bytecode_file_name.bc
|
||||
; RUN: env TZ=GMT llvm-ar tv %t.a | FileCheck %s
|
||||
|
||||
|
|
Loading…
Reference in New Issue