diff --git a/SYCL/KernelAndProgram/undefined-symbol.cpp b/SYCL/KernelAndProgram/undefined-symbol.cpp index 1cae63c1cd..81498fb72b 100644 --- a/SYCL/KernelAndProgram/undefined-symbol.cpp +++ b/SYCL/KernelAndProgram/undefined-symbol.cpp @@ -1,4 +1,4 @@ -// XFAIL: cuda || hip || (opencl && gpu) +// XFAIL: cuda || hip || (opencl && gpu && linux) // RUN: %clangxx -fsycl %s -o %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out