From 76fe586d79d74b5795b8495746dfebaa0acc1f08 Mon Sep 17 00:00:00 2001 From: Sergio Afonso Date: Tue, 24 Sep 2024 10:56:35 +0100 Subject: [PATCH] [Flang][OpenMP][Offload] Fix offloading test failure (NFC) --- offload/test/offloading/fortran/target_private.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offload/test/offloading/fortran/target_private.f90 b/offload/test/offloading/fortran/target_private.f90 index 486c23ec2ec8d2..08d65cf9d7a82f 100644 --- a/offload/test/offloading/fortran/target_private.f90 +++ b/offload/test/offloading/fortran/target_private.f90 @@ -1,5 +1,5 @@ ! Basic offloading test with a target region -! REQUIRES: flang +! REQUIRES: flang, amdgpu ! UNSUPPORTED: nvptx64-nvidia-cuda-LTO ! UNSUPPORTED: aarch64-unknown-linux-gnu ! UNSUPPORTED: aarch64-unknown-linux-gnu-LTO