24c8b43747afe8d908d09203ae7ad1efa9002ad1
[oota-llvm.git] / test / Archive / ranlib_MacOSX.ll
1 ;This isn't really an assembly file, its just here to run the test.
2 ;This test just makes sure that llvm-ar can generate a symbol table for
3 ;MacOSX style archives
4 ;RUN: cp %p/MacOSX.a %t.MacOSX.a 
5 ;RUN: llvm-ranlib %t.MacOSX.a
6 ;RUN: llvm-ar t %t.MacOSX.a > %t1
7 ;RUN: diff %t1 %p/MacOSX.toc
8 ;XFAIL: *