Lines Matching full:multiple
45 ## Replace multiple members with newer files:
46 # RUN: llvm-ar rcuU %t/multiple.a %t/1.o %t/2.o %t/3.o
47 # RUN: llvm-ar ruU %t/multiple.a %t/new/1.o %t/new/3.o
48 # RUN: llvm-ar t %t/multiple.a \
49 # RUN: | FileCheck %s --check-prefix=MULTIPLE --implicit-check-not {{.}}
51 # MULTIPLE: 1.o
52 # MULTIPLE-NEXT: 2.o
53 # MULTIPLE-NEXT: 3.o
55 # RUN: llvm-nm --print-armap %t/multiple.a \
56 # RUN: | FileCheck %s --check-prefix=MULTIPLE-SYM
58 # MULTIPLE-SYM: symbolnew1
59 # MULTIPLE-SYM-NEXT: symbol2
60 # MULTIPLE-SYM-NEXTs: symbolnew3
62 ## Replace newer members with multiple older files:
63 # RUN: llvm-ar ruU %t/multiple.a %t/1.o %t/2.o
64 # RUN: llvm-ar t %t/multiple.a \
65 # RUN: | FileCheck %s --check-prefix=MULTIPLE --implicit-check-not {{.}}
67 # RUN: llvm-nm --print-armap %t/multiple.a \
68 # RUN: | FileCheck %s --check-prefix=MULTIPLE-SYM
89 ## Replace multiple members with an older file and a newer file:
93 # RUN: | FileCheck %s --check-prefix=MULTIPLE --implicit-check-not {{.}}
96 # RUN: | FileCheck %s --check-prefix=MULTIPLE-SYM