mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 06:30:30 +00:00
Test case for xpg4 style archive files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b7bd81963d
commit
ed26b31946
7
test/Archive/xpg4.ll
Normal file
7
test/Archive/xpg4.ll
Normal 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
|
Loading…
Reference in New Issue
Block a user