blob: 5af09e369075e2a68377257c44df7f4ed80ce0da [file] [log] [blame]
Rafael Espindola915fbb32014-10-21 23:18:51 +00001; RUN: echo create %t.a > %t.mri
2; RUN: echo addlib %p/Inputs/GNU.a >> %t.mri
3; RUN: echo addlib %p/Inputs/archive-test.a-gnu-minimal >> %t.mri
4; RUN: echo save >> %t.mri
5; RUN: echo end >> %t.mri
6
7; RUN: llvm-ar -M < %t.mri
8; RUN: llvm-ar t %t.a | FileCheck %s
9
10; CHECK: evenlen
11; CHECK-NEXT: oddlen
12; CHECK-NEXT: very_long_bytecode_file_name.bc
13; CHECK-NEXT: IsNAN.o
14; CHECK-NEXT: test
15
16; line_iterator is incompatible to CRLF.
17; REQUIRES: shell