[llvm-branch-commits] [llvm] [offload] Use flang-rt for test feature requirements (PR #187733)
Robert Imschweiler via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 20 09:23:41 PDT 2026
https://github.com/ro-i created https://github.com/llvm/llvm-project/pull/187733
None
>From 246652826c53786bd5e133fd11f34f36296b9998 Mon Sep 17 00:00:00 2001
From: Robert Imschweiler <robert.imschweiler at amd.com>
Date: Fri, 20 Mar 2026 11:19:40 -0500
Subject: [PATCH] [offload] Use flang-rt for test feature requirements
---
.../offloading/fortran/implicit-record-field-mapping.f90 | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/offload/test/offloading/fortran/implicit-record-field-mapping.f90 b/offload/test/offloading/fortran/implicit-record-field-mapping.f90
index 9c93ee0166e25..a49c02a0da4e2 100644
--- a/offload/test/offloading/fortran/implicit-record-field-mapping.f90
+++ b/offload/test/offloading/fortran/implicit-record-field-mapping.f90
@@ -1,10 +1,6 @@
! Test implicit mapping of alloctable record fields.
-! REQUIRES: flang, amdgpu
-
-! This fails only because it needs the Fortran runtime built for device. If this
-! is available, this test succeeds when run.
-! XFAIL: *
+! REQUIRES: flang, flang-rt, amdgpu
! RUN: %libomptarget-compile-fortran-generic
! RUN: env LIBOMPTARGET_INFO=16 %libomptarget-run-generic 2>&1 | %fcheck-generic
More information about the llvm-branch-commits
mailing list