diff --git a/flang/test/Transforms/DoConcurrent/host_eval.f90 b/flang/test/Transforms/DoConcurrent/host_eval.f90 index 7d16a91ae6941..4eacdd64c6e5f 100644 --- a/flang/test/Transforms/DoConcurrent/host_eval.f90 +++ b/flang/test/Transforms/DoConcurrent/host_eval.f90 @@ -1,3 +1,5 @@ +! REQUIRES: amdgpu-registered-target + ! Tests `host_eval` clause code-gen and loop nest bounds on host vs. device. ! RUN: %flang_fc1 -emit-hlfir -fopenmp -fopenmp-targets=amdgcn-amd-amdhsa \