blob: 4e519aea75050c3e8bc06368365f87a0c29b1bc1 [file] [log] [blame]
Rafael Espindola69119112013-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
Rafael Espindola86779ee2013-07-11 13:13:09 +00006; REQUIRES: shell
7
8; RUN: cd %T
9
10; RUN: rm -f very_long_bytecode_file_name.bc
Rafael Espindola69119112013-07-10 21:47:16 +000011; RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | \
12; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
Rafael Espindola86779ee2013-07-11 13:13:09 +000013; RUN: llvm-ar x %p/Inputs/GNU.a very_long_bytecode_file_name.bc
14; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc \
15; RUN: very_long_bytecode_file_name.bc
Rafael Espindola69119112013-07-10 21:47:16 +000016
Rafael Espindola86779ee2013-07-11 13:13:09 +000017; RUN: rm -f very_long_bytecode_file_name.bc
Rafael Espindola69119112013-07-10 21:47:16 +000018; RUN: llvm-ar p %p/Inputs/MacOSX.a very_long_bytecode_file_name.bc | \
19; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
Rafael Espindola86779ee2013-07-11 13:13:09 +000020; RUN: llvm-ar x %p/Inputs/MacOSX.a very_long_bytecode_file_name.bc
21; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc \
22; RUN: very_long_bytecode_file_name.bc
Rafael Espindola69119112013-07-10 21:47:16 +000023
Rafael Espindola86779ee2013-07-11 13:13:09 +000024; RUN: rm -f very_long_bytecode_file_name.bc
Rafael Espindola69119112013-07-10 21:47:16 +000025; RUN: llvm-ar p %p/Inputs/SVR4.a very_long_bytecode_file_name.bc | \
26; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
Rafael Espindola86779ee2013-07-11 13:13:09 +000027; RUN: llvm-ar x %p/Inputs/SVR4.a very_long_bytecode_file_name.bc
28; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc \
29; RUN: very_long_bytecode_file_name.bc
Rafael Espindola69119112013-07-10 21:47:16 +000030
Rafael Espindola86779ee2013-07-11 13:13:09 +000031; RUN: rm -f very_long_bytecode_file_name.bc
Rafael Espindola69119112013-07-10 21:47:16 +000032; RUN: llvm-ar p %p/Inputs/xpg4.a very_long_bytecode_file_name.bc |\
33; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc -
Rafael Espindola86779ee2013-07-11 13:13:09 +000034; RUN: llvm-ar x %p/Inputs/xpg4.a very_long_bytecode_file_name.bc
35; RUN: cmp -s %p/Inputs/very_long_bytecode_file_name.bc \
36; RUN: very_long_bytecode_file_name.bc
Rafael Espindola8f813252013-07-12 18:51:25 +000037
38
39; Test that the 'o' option is working by extracting a file, putting it in o
40; new archive and checking that date.
41; RUN: rm -f very_long_bytecode_file_name.bc
42; RUN: llvm-ar xo %p/Inputs/GNU.a very_long_bytecode_file_name.bc
43; RUN: llvm-ar rc %t.a very_long_bytecode_file_name.bc
44; RUN: env TZ=GMT llvm-ar tv %t.a | FileCheck %s
45
Rafael Espindolaec117062013-07-12 19:13:16 +000046CHECK: 1465 Nov 19 03:01 2004 very_long_bytecode_file_name.bc