TargetParser: AArch64: Add part numbers for Apple CPUs.
[llvm-project.git] / flang / test / Fir / Todo / boxproc_host.fir
blobc48a89ca5e32e3e04534a002050235adcd60e28a
1 // RUN: not fir-opt --fir-to-llvm-ir="target=x86_64-unknown-linux-gnu" %s 2>&1 | FileCheck %s
3 // Test that `fir.boxproc_host` fails conversion to llvm.
4 // At the moment this test fails since `fir.boxproc` type does not have a conversion.
6 // CHECK: failed to legalize operation 'func.func'
7 func.func @test(%bproc: !fir.boxproc<(i32) -> ()>) {
8   %tuple = fir.boxproc_host %bproc : (!fir.boxproc<(i32) -> ()>) -> (!fir.ref<tuple<i32,f64>>)
9   return