Lines Matching full:bin
19 ; RUN: rm -f %t.bin--
20 ; RUN: rm -f %t.bin--x86_64
21 ; RUN: rm -f %t.bin--x86_64-unknown
22 ; RUN: rm -f %t.bin--x86_64-instcombine
24 ; RUN: cp llvm-opt-fuzzer %t.bin--
25 ; RUN: not %t.bin-- %t.input 2>&1 | FileCheck -check-prefix=EMPTY %s
28 ; RUN: cp llvm-opt-fuzzer %t.bin--x86_64
29 ; RUN: not %t.bin--x86_64 %t.input 2>&1 | FileCheck -check-prefix=PASSES %s
32 ; RUN: cp llvm-opt-fuzzer %t.bin--x86_64-unknown
33 ; RUN: not %t.bin--x86_64-unknown %t.input 2>&1 | FileCheck -check-prefix=UNKNOWN %s
36 ; RUN: cp llvm-opt-fuzzer %t.bin--x86_64-instcombine
37 ; RUN: %t.bin--x86_64-instcombine %t.input 2>&1 | FileCheck -check-prefix=CORRECT %s