1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/Regression/Archive/ranlib_MacOSX.ll

8 lines
290 B
LLVM
Raw Normal View History

2004-11-20 08:25:41 +01:00
;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