Lines Matching +full:llvm +full:- +full:test
3 # RUN: rm -rf %t
4 # RUN: split-file %s %t
8 # RUN: touch test.a
9 # RUN: llvm-ar -M < create.mri
10 # RUN: FileCheck --input-file=test.a %s --check-prefixes=ARCH,TWO
13 # RUN: rm -f test.a
14 # RUN: touch test.a
15 # RUN: llvm-ar --format=gnu -M < createthin.mri
16 # RUN: FileCheck --input-file=test.a %s --check-prefixes=THIN,TWO
19 # RUN: rm -f test.a
20 # RUN: llvm-ar cr test.a 1.txt
21 # RUN: llvm-ar -M < create.mri
22 # RUN: llvm-ar tv test.a
23 # RUN: FileCheck --input-file=test.a %s --check-prefixes=ARCH,TWO --implicit-check-not=1.txt
26 # RUN: rm -f test.a
27 # RUN: llvm-ar --format=gnu cr test.a 1.txt
28 # RUN: llvm-ar --format=gnu -M < createthin.mri
29 # RUN: FileCheck --input-file=test.a %s --check-prefixes=THIN,TWO --implicit-check-not=1.txt
32 # RUN: rm -f test.a
33 # RUN: llvm-ar --format=gnu crT test.a 1.txt
34 # RUN: llvm-ar --format=gnu -M < create.mri
35 # RUN: FileCheck --input-file=test.a %s --check-prefixes=ARCH,TWO --implicit-check-not=1.txt
38 # RUN: rm -f test.a
39 # RUN: llvm-ar --format=gnu crT test.a 1.txt
40 # RUN: llvm-ar --format=gnu -M < createthin.mri
41 # RUN: FileCheck --input-file=test.a %s --check-prefixes=THIN,TWO --implicit-check-not=1.txt
44 # RUN: rm -f test.a
45 # RUN: llvm-ar --format=gnu crT test.a 1.txt
46 # RUN: llvm-ar --format=gnu -M < nosave.mri
47 # RUN: FileCheck --input-file=test.a %s --check-prefixes=THIN,ONE --implicit-check-not=2.txt
54 #--- 1.txt
56 #--- 2.txt
58 #--- create.mri
59 CREATE test.a
63 #--- createthin.mri
64 CREATETHIN test.a
68 #--- nosave.mri
69 CREATE test.a