Skip to content

Commit

Permalink
Use /clang: flag on test failing on msvc driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ayylol committed Oct 17, 2024
1 parent dcb975d commit 8397929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/syclcompat/launch/kernel_properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// We need hardware which can support at least 2 sub-group sizes, since that
// hardware (presumably) supports the `intel_reqd_sub_group_size` attribute.
// REQUIRES: sg-32 && sg-16
// RUN: %{build} -S -emit-llvm -o - | FileCheck %s
// RUN: %{build} %if cl_options %{/clang:-S /clang:-emit-llvm%} %else %{-S -emit-llvm%} -o - | FileCheck %s

#include <sycl/ext/oneapi/kernel_properties/properties.hpp>
#include <sycl/detail/core.hpp>
Expand Down

0 comments on commit 8397929

Please sign in to comment.