Skip to content

Commit c34689b

Browse files
committed
-fsyntax-only
Signed-off-by: Chris Perkins <chris.perkins@intel.com>
1 parent 4b63788 commit c34689b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test/basic_tests/accessor/atomic_zero_dimension_accessor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %clangxx -fsycl %s -o %t.out
2-
// RUN: %clangxx -fsycl -fsycl-targets=spir64_fpga %s -o %t.out
1+
// RUN: %clangxx -fsycl -fsyntax-only %s -o %t.out
2+
// RUN: %clangxx -fsycl -fsyntax-only -fsycl-targets=spir64_fpga %s -o %t.out
33

44
// When using zero dimension accessors with atomic access we
55
// want to make sure they are compiling correctly on all devices,

0 commit comments

Comments
 (0)