bolt/deps/llvm-18.1.8/flang/test/Fir/Todo/end.fir
2025-02-14 19:21:04 +01:00

9 lines
266 B
Text

// RUN: %not_todo_cmd fir-opt --fir-to-llvm-ir="target=x86_64-unknown-linux-gnu" %s 2>&1 | FileCheck %s
// Test `fir.end` conversion to llvm.
// Not implemented yet.
func.func @end_test() {
// CHECK: not yet implemented: fir.end codegen
"fir.end"() : () -> ()
}