mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
e114d6c180
static test files. llvm-svn: 18271
8 lines
277 B
LLVM
8 lines
277 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
|
|
;SVR4 style archives
|
|
;RUN: cp %p/SVR4.a %t.SVR4.a
|
|
;RUN: llvm-ranlib %t.SVR4.a
|
|
;RUN: llvm-ar t %t.SVR4.a > %t1
|
|
;RUN: diff %t1 %p/SVR4.toc
|