Lines Matching refs:input1
3 # RUN: yaml2obj %S/Inputs/input1.yaml -o %t-input1.o
8 # RUN: llvm-libtool-darwin -static -o %t.lib %t-input1.o %t-input2.o %t-x86_64.bc
9 # RUN: llvm-libtool-darwin -static -o %t2.lib -o %t.lib %t-input1.o %t-input2.o %t-x86_64.bc
16 # CHECK-NAMES: [[PREFIX]]-input1.o
25 # CHECK-SYMBOLS-NEXT: _symbol1 in [[PREFIX]]-input1.o
36 # FORMAT-NEXT: [[PREFIX]]-input1.o
55 # RUN: llvm-libtool-darwin -static -o %t.lib %t-input1.o %t-input2.o %t-input1.o 2>&1 | \
56 # RUN: FileCheck %s --check-prefix=DUPLICATE-INPUT -DFILE=%basename_t.tmp-input1.o \
57 # RUN: -DINPUTA=%t-input1.o -DINPUTB=%t-input1.o
63 …llvm-libtool-darwin -warnings_as_errors -static -o %t.lib %t-input1.o %t-input2.o %t-input1.o 2>&1…
64 # RUN: FileCheck %s --check-prefix=ERROR-DUPLICATE-INPUT -DFILE=%basename_t.tmp-input1.o \
65 # RUN: -DINPUTA=%t-input1.o -DINPUTB=%t-input1.o