This method was never implemented
[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 xpg4.a > Output/xpg2
7 ; RUN: diff Output/xpg1 Output/xpg2
8 ; RUN: cp xpg4.a Output/xpg4_mod.a
9 ; RUN: llvm-ranlib Output/xpg4_mod.a
10 ; RUN: llvm-ar t Output/xpg4_mod.a