This method was never implemented
[oota-llvm.git] / test / Archive / MacOSX.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 MacOSX (BSD4.4) style archives.
4
5 ; RUN: ar t MacOSX.a > Output/osx1
6 ; RUN: llvm-ar t MacOSX.a > Output/osx2
7 ; RUN: diff Output/osx1  Output/osx2
8 ; RUN: cp MacOSX.a Output/MacOSX_mod.a
9 ; RUN: llvm-ranlib Output/MacOSX_mod.a
10 ; RUN: llvm-ar t Output/MacOSX_mod.a