diff --git a/clang/test/Driver/linker-wrapper-sycl-win.cpp b/clang/test/Driver/linker-wrapper-sycl-win.cpp index 3bbba048dc823..520f5a1c1da24 100644 --- a/clang/test/Driver/linker-wrapper-sycl-win.cpp +++ b/clang/test/Driver/linker-wrapper-sycl-win.cpp @@ -90,8 +90,8 @@ // CHK-CMDS-AOT-NV-NEXT: "{{.*}}llvm-link.exe" -only-needed [[FIRSTLLVMLINKOUT]].bc {{.*}}.bc -o [[SECONDLLVMLINKOUT:.*]].bc --suppress-warnings // CHK-CMDS-AOT-NV-NEXT: "{{.*}}sycl-post-link.exe"{{.*}} SYCL_POST_LINK_OPTIONS -o [[SYCLPOSTLINKOUT:.*]].table [[SECONDLLVMLINKOUT]].bc // CHK-CMDS-AOT-NV-NEXT: "{{.*}}clang.exe"{{.*}} -o [[CLANGOUT:.*]] --target=nvptx64-nvidia-cuda -march={{.*}} -// CHK-CMDS-AOT-NV-NEXT: "{{.*}}ptxas"{{.*}} --output-file [[PTXASOUT:.*]] [[CLANGOUT]] -// CHK-CMDS-AOT-NV-NEXT: "{{.*}}fatbinary"{{.*}} --create [[FATBINOUT:.*]] --image=profile={{.*}},file=[[CLANGOUT]] --image=profile={{.*}},file=[[PTXASOUT]] +// CHK-CMDS-AOT-NV-NEXT: "{{.*}}ptxas{{.*}} --output-file [[PTXASOUT:.*]] [[CLANGOUT]] +// CHK-CMDS-AOT-NV-NEXT: "{{.*}}fatbinary{{.*}} --create [[FATBINOUT:.*]] --image=profile={{.*}},file=[[CLANGOUT]] --image=profile={{.*}},file=[[PTXASOUT]] // CHK-CMDS-AOT-NV-NEXT: offload-wrapper: input: [[FATBINOUT]], output: [[WRAPPEROUT:.*]].bc // CHK-CMDS-AOT-NV-NEXT: "{{.*}}clang.exe"{{.*}} -c -o [[LLCOUT:.*]].o [[WRAPPEROUT]].bc // CHK-CMDS-AOT-NV-NEXT: "{{.*}}ld" -- HOST_LINKER_FLAGS -dynamic-linker HOST_DYN_LIB -o a.out [[LLCOUT]].o HOST_LIB_PATH HOST_STAT_LIB {{.*}}.o diff --git a/sycl/test/basic_tests/header_footer_diagnostics.cpp b/sycl/test/basic_tests/header_footer_diagnostics.cpp index 4f6fcf4628519..c63dadb7d4519 100644 --- a/sycl/test/basic_tests/header_footer_diagnostics.cpp +++ b/sycl/test/basic_tests/header_footer_diagnostics.cpp @@ -1,4 +1,4 @@ -// RUN: %clangxx -fsycl -Werror=reserved-identifier -Werror=old-style-cast %s +// RUN: %clangxx -fsycl -Werror=reserved-identifier -Werror=old-style-cast %s -fsyntax-only // Check that the generated header and footer files do not generate // errors when pedantic warnings are enabled. diff --git a/sycl/test/basic_tests/is_group_trait.cpp b/sycl/test/basic_tests/is_group_trait.cpp index 60e7dd349ac8f..57da03ecfad64 100644 --- a/sycl/test/basic_tests/is_group_trait.cpp +++ b/sycl/test/basic_tests/is_group_trait.cpp @@ -1,4 +1,4 @@ -// RUN: %clangxx -fsycl %s +// RUN: %clangxx -fsycl %s -fsyntax-only #include diff --git a/sycl/test/esimd/slm_init_local_accessor.cpp b/sycl/test/esimd/slm_init_local_accessor.cpp index 3ca7408011781..10fe668cdd368 100644 --- a/sycl/test/esimd/slm_init_local_accessor.cpp +++ b/sycl/test/esimd/slm_init_local_accessor.cpp @@ -1,4 +1,4 @@ -// RUN: %clangxx -fsycl %s +// RUN: %clangxx -fsycl %s -fsyntax-only // This test verifies usage of slm_init and local_accessor in different kernels // passes. diff --git a/sycl/test/syclcompat/launch/launch_policy_neg.cpp b/sycl/test/syclcompat/launch/launch_policy_neg.cpp index cee796471f23f..b5c7a79cf665a 100644 --- a/sycl/test/syclcompat/launch/launch_policy_neg.cpp +++ b/sycl/test/syclcompat/launch/launch_policy_neg.cpp @@ -19,7 +19,8 @@ * Description: * Negative tests for new launch_policy. **************************************************************************/ - +// UNSUPPORTED: windows +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17116 // RUN: not %clangxx -fsycl -fsyntax-only %s -DCHECK1 2>&1 | FileCheck -vv %s --check-prefixes=CHECK1 // RUN: not %clangxx -fsycl -fsyntax-only %s -DCHECK2 2>&1 | FileCheck -vv %s --check-prefixes=CHECK2 // RUN: not %clangxx -fsycl -fsyntax-only %s -DCHECK3 2>&1 | FileCheck -vv %s --check-prefixes=CHECK3