bolt/deps/llvm-18.1.8/flang/test/Driver/tco-code-gen-llvm.fir
2025-02-14 19:21:04 +01:00

13 lines
291 B
Text

// Test the tco's -code-gen-llvm option.
// RUN: tco -code-gen-llvm %s 2>&1 | FileCheck %s
// Check that FIR is translated into LLVM IR, and that
// there is no any FIR output.
// CHECK-NOT: func.func
// CHECK: define void @_QPfoo
// CHECK-NOT: func.func
func.func @_QPfoo() {
return
}