diff --git a/openmp/libomptarget/test/offloading/std_complex_arithmetic.cpp b/openmp/libomptarget/test/offloading/std_complex_arithmetic.cpp index b06d605d29f90c..44f87ad732bfbf 100644 --- a/openmp/libomptarget/test/offloading/std_complex_arithmetic.cpp +++ b/openmp/libomptarget/test/offloading/std_complex_arithmetic.cpp @@ -3,6 +3,10 @@ // RUN: %libomptarget-compilexx-generic -O3 -ffast-math && \ // RUN: %libomptarget-run-generic +// FIXME: This fails to link due to missing math symbols. We should provide the +// needed math functions in the GPU `libm` and require the GPU C library. +// UNSUPPORTED: amdgcn-amd-amdhsa + #include #include #include