brintos

brintos / llvm-project-archived public Read only

0
0
Text · 214 B · 07bd766 Raw
9 lines · plain
1// RUN: cir-translate -verify-diagnostics --cir-to-llvmir --target foobar --disable-cc-lowering %s 2>&12 3// expected-error@below {{invalid target triple 'foobar'}}4module {5  cir.func @foo() {6    cir.return7  }8}9