brintos

brintos / llvm-project-archived public Read only

0
0
Text · 200 B · 9eeba69 Raw
9 lines · plain
1// RUN: cir-translate -verify-diagnostics --cir-to-llvmir --disable-cc-lowering %s2 3// expected-warning@below {{no target triple provided, assuming}}4module {5  cir.func @foo() {6    cir.return7  }8}9