Test case for xpg4 style archive files.

llvm-svn: 17984
This commit is contained in:
Reid Spencer 2004-11-19 04:46:10 +00:00
parent 866b586851
commit 33fe653a94
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
; This isn't really an assembly file, its just here to
; run the following test which tests llvm-ar for compatibility
; reading xpg4 style archives.
; RUN: ar t xpg4.a > Output/xpg1
; RUN: llvm-ar t SVR4.a > Output/xpg2
; RUN: diff Output/xpg1 Output/xpg2