mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 01:11:44 +00:00
4572ce85b0
llvm-svn: 33296
9 lines
272 B
LLVM
9 lines
272 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
|
|
;GNU style archives
|
|
;RUN: cp %p/GNU.a %t.GNU.a
|
|
;RUN: llvm-ranlib %t.GNU.a
|
|
;RUN: llvm-ar t %t.GNU.a > %t1
|
|
;RUN: diff %t1 %p/GNU.toc
|
|
|