[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llc / invalid-target.ll
blob6eed627b0115d9993ddd0c5e81511dba2f258341
1 ; RUN: not llc -march=arst -o /dev/null %s 2>&1 | FileCheck -check-prefix=MARCH %s
2 ; RUN: not llc -mtriple=arst-- -o /dev/null %s 2>&1 | FileCheck -check-prefix=MTRIPLE %s
4 ; Check the error message doesn't say error twice.
6 ; MARCH: {{.*}}llc{{.*}}: error: invalid target 'arst'.{{$}}
7 ; MTRIPLE: {{.*}}llc{{.*}}: error: unable to get target for 'arst-unknown-unknown', see --version and --triple.{{$}}
9 define void @func() {
10   ret void