blob: ab2bcc624bf2e883d81177ab0f12204ef4549f57 [file] [log] [blame]
Rafael Espindola3b5475c2013-07-10 21:47:16 +00001; This isn't really an assembly file, its just here to run the test.
2
3; This test just makes sure that llvm-ar can extract bytecode members
4; from various style archives.
5
6; RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | \
7; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
8
9; RUN: llvm-ar p %p/Inputs/MacOSX.a very_long_bytecode_file_name.bc | \
10; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
11
12; RUN: llvm-ar p %p/Inputs/SVR4.a very_long_bytecode_file_name.bc | \
13; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
14
15; RUN: llvm-ar p %p/Inputs/xpg4.a very_long_bytecode_file_name.bc |\
16; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc -