Skip to content

Commit 1ef3069

Browse files
[SYCL][TEST] Skip free_function_host_compiler.cpp when using libcxx (#19696)
GNU `g++` host compiler doesn't work with libcxx without some voodoo magic.
1 parent f4f535e commit 1ef3069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/test/extensions/free_function_kernels/free_function_host_compiler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %clangxx -fsycl -fno-sycl-unnamed-lambda %s
33
// RUN: %clangxx -fsycl -fsycl-host-compiler=g++ %s
44
// REQUIRES: linux
5+
// UNSUPPORTED: libcxx
56

67
// This test serves as a sanity check that compilation succeeds
78
// for a simple free function kernel when using the host compiler

0 commit comments

Comments
 (0)