Make sure we create a new archive by deleting any stale ones first.

llvm-svn: 199319
This commit is contained in:
Rafael Espindola 2014-01-15 16:56:57 +00:00
parent 9f4be3fa4f
commit 587940502b
1 changed files with 1 additions and 0 deletions

View File

@ -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