Test case for xpg4 style archive files.
[oota-llvm.git] / test / Archive / xpg4.ll
1 ; This isn't really an assembly file, its just here to
2 ; run the following test which tests llvm-ar for compatibility
3 ; reading xpg4 style archives.
4
5 ; RUN: ar t xpg4.a > Output/xpg1
6 ; RUN: llvm-ar t SVR4.a > Output/xpg2
7 ; RUN: diff Output/xpg1 Output/xpg2