blob: cca4b868c46b7ed6542c0922c1fbc74811a869a0 [file] [log] [blame]
Rafael Espindolaa7f69132013-07-11 13:44:10 +00001Test reading an archive created by gnu ar
NAKAMURA Takumiaaaec3d2013-07-12 02:34:45 +00002RUN: env TZ=GMT llvm-ar tv %p/Inputs/GNU.a | FileCheck %s --check-prefix=GNU -strict-whitespace
Rafael Espindolab1c1c5f2013-07-11 15:35:23 +00003
Chandler Carruth0ef74f52014-04-28 01:24:32 +00004GNU: rw-r--r-- 500/500 8 2004-11-19 02:57:37.000000000 evenlen
5GNU-NEXT: rw-r--r-- 500/500 7 2004-11-19 02:57:21.000000000 oddlen
6GNU-NEXT: rwxr-xr-x 500/500 1465 2004-11-19 03:01:31.000000000 very_long_bytecode_file_name.bc
7GNU-NEXT: rw-r--r-- 500/500 2280 2004-11-19 03:04:30.000000000 IsNAN.o
Rafael Espindolab1c1c5f2013-07-11 15:35:23 +00008
Rafael Espindolaa7f69132013-07-11 13:44:10 +00009
10Test reading an archive createdy by Mac OS X ar
NAKAMURA Takumiaaaec3d2013-07-12 02:34:45 +000011RUN: env TZ=GMT llvm-ar tv %p/Inputs/MacOSX.a | FileCheck %s --check-prefix=OSX -strict-whitespace
Rafael Espindolab1c1c5f2013-07-11 15:35:23 +000012
Rafael Espindola3e2b21c2013-07-12 20:21:39 +000013OSX-NOT: __.SYMDEF
Chandler Carruth0ef74f52014-04-28 01:24:32 +000014OSX: rw-r--r-- 501/501 8 2004-11-19 02:57:37.000000000 evenlen
15OSX-NEXT: rw-r--r-- 501/501 8 2004-11-19 02:57:21.000000000 oddlen
16OSX-NEXT: rw-r--r-- 502/502 1465 2010-02-04 06:59:14.000000000 very_long_bytecode_file_name.bc
17OSX-NEXT: rw-r--r-- 501/501 2280 2004-11-19 04:32:06.000000000 IsNAN.o
Rafael Espindolaa7f69132013-07-11 13:44:10 +000018
19Test reading an archive created on Solaris by /usr/ccs/bin/ar
NAKAMURA Takumiaaaec3d2013-07-12 02:34:45 +000020RUN: env TZ=GMT llvm-ar tv %p/Inputs/SVR4.a | FileCheck %s -strict-whitespace
Rafael Espindolaa7f69132013-07-11 13:44:10 +000021
22Test reading an archive created on Solaris by /usr/xpg4/bin/ar
NAKAMURA Takumiaaaec3d2013-07-12 02:34:45 +000023RUN: env TZ=GMT llvm-ar tv %p/Inputs/xpg4.a | FileCheck %s -strict-whitespace
Rafael Espindolaa7f69132013-07-11 13:44:10 +000024
Chandler Carruth0ef74f52014-04-28 01:24:32 +000025CHECK: rw-r--r-- 1002/102 8 2004-11-19 03:24:02.000000000 evenlen
26CHECK-NEXT: rw-r--r-- 1002/102 7 2004-11-19 03:24:02.000000000 oddlen
27CHECK-NEXT: rwxr-xr-x 1002/102 1465 2004-11-19 03:24:02.000000000 very_long_bytecode_file_name.bc
28CHECK-NEXT: rw-r--r-- 1002/102 2280 2004-11-19 03:24:02.000000000 IsNAN.o
Rafael Espindola9d102062014-12-16 01:43:41 +000029
30Test reading a thin archive created by gnu ar
31RUN: env TZ=GMT llvm-ar tv %p/Inputs/thin.a | FileCheck %s --check-prefix=THIN -strict-whitespace
32
33THIN: rw-r--r-- 1000/1000 8 2014-12-16 00:56:27.000000000 evenlen
34THIN-NEXT: rw-r--r-- 1000/1000 7 2014-12-16 00:56:27.000000000 oddlen
35THIN-NEXT: rwxr-xr-x 1000/1000 1465 2014-12-16 00:56:27.000000000 very_long_bytecode_file_name.bc
36THIN-NEXT: rw-r--r-- 1000/1000 2280 2014-12-16 00:56:27.000000000 IsNAN.o
Rafael Espindola4104fe82015-07-08 22:27:54 +000037
38Test reading an archive with just a symbol table. We use to reject them.
39RUN: llvm-ar tv %p/Inputs/symtab-only.a | FileCheck --allow-empty --check-prefix=EMPTY %s
40EMPTY-NOT: {{.}}
Rafael Espindolac60d0d22015-07-13 23:07:05 +000041
42Test reading a thin archive with directory names.
43RUN: env TZ=GMT llvm-ar tv %p/Inputs/thin-path.a | FileCheck %s --check-prefix=THINPATH -strict-whitespace
44
45THINPATH: rw-r--r-- 0/0 1224 1970-01-01 00:00:00.000000000 test.o
46THINPATH-NEXT: rw-r--r-- 0/0 1224 1970-01-01 00:00:00.000000000 t/test2.o