summaryrefslogtreecommitdiff
path: root/test/Archive/extract.ll
blob: 5c0f508319b9d917f99b82652d08fee6f6be0155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; This isn't really an assembly file, its just here to run the test.

; This test just makes sure that llvm-ar can extract bytecode members
; from various style archives.

; RUN: llvm-ar p %p/GNU.a very_long_bytecode_file_name.bc | \
; RUN:   cmp -s %p/very_long_bytecode_file_name.bc -

; RUN: llvm-ar p %p/MacOSX.a very_long_bytecode_file_name.bc | \
; RUN:   cmp -s %p/very_long_bytecode_file_name.bc -

; RUN: llvm-ar p %p/SVR4.a very_long_bytecode_file_name.bc | \
; RUN:   cmp -s %p/very_long_bytecode_file_name.bc -

; RUN: llvm-ar p %p/xpg4.a very_long_bytecode_file_name.bc |\
; RUN:   cmp -s %p/very_long_bytecode_file_name.bc -