summaryrefslogtreecommitdiff
path: root/test/Archive/ranlib_MacOSX.ll
blob: a22b4193917b768d7e14575b6b755a5c38d458dc (plain)
1
2
3
4
5
6
7
;This isn't really an assembly file, its just here to run the test.
;This test just makes sure that llvm-ar can generate a symbol table for
;MacOSX style archives
;RUN: cp %p/MacOSX.a %t.MacOSX.a 
;RUN: llvm-ranlib %t.MacOSX.a
;RUN: llvm-ar t %t.MacOSX.a > %t1
;RUN: diff %t1 %p/MacOSX.toc