mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
92d3dff7a6
llvm-svn: 24125
9 lines
278 B
LLVM
9 lines
278 B
LLVM
;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
|
|
;xpg4 style archives
|
|
;RUN: cp %p/xpg4.a %t.xpg4.a
|
|
;RUN: llvm-ranlib %t.xpg4.a
|
|
;RUN: llvm-ar t %t.xpg4.a > %t1
|
|
;RUN: diff %t1 %p/xpg4.toc
|
|
|