File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// RUN: %{run} %t.out
3
- // RUN: %if preview-breaking-changes-supported %{ %clangxx -fsycl - fpreview-breaking-changes %s -o %t2.out %}
3
+ // RUN: %if preview-breaking-changes-supported %{ %{build} - fpreview-breaking-changes -o %t2.out %}
4
4
// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
5
5
6
6
#ifdef _WIN32
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// RUN: %{run} %t.out
3
- // RUN: %if preview-breaking-changes-supported %{ %clangxx -fsycl - fpreview-breaking-changes %s -o %t2.out %}
4
- // RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
3
+ // RUN: %if preview-breaking-changes-supported %{ %{build} - fpreview-breaking-changes -o %t2.out %}
4
+ // RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
5
5
6
6
#include < sycl/sycl.hpp>
7
7
Original file line number Diff line number Diff line change 2
2
3
3
// RUN: %{build} %{mathflags} -o %t.out
4
4
// RUN: %{run} %t.out
5
- // RUN: %if preview-breaking-changes-supported %{ %clangxx -fsycl - fpreview-breaking-changes %{mathflags} %s -o %t2.out %}
5
+ // RUN: %if preview-breaking-changes-supported %{ %{build} - fpreview-breaking-changes %{mathflags} -o %t2.out %}
6
6
// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
7
7
8
8
#include < sycl/sycl.hpp>
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// RUN: %{run} %t.out
3
- // RUN: %if preview-breaking-changes-supported %{ %clangxx -fsycl - fpreview-breaking-changes %s -o %t2.out %}
4
- // RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
3
+ // RUN: %if preview-breaking-changes-supported %{ %{build} - fpreview-breaking-changes -o %t2.out %}
4
+ // RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
5
5
6
6
#include < sycl/sycl.hpp>
7
7
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// RUN: %{run} %t.out
3
3
4
- // RUN: %if preview-breaking-changes-supported %{ %clangxx -fsycl - fpreview-breaking-changes %s -o %t2.out %}
5
- // RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
4
+ // RUN: %if preview-breaking-changes-supported %{ %{build} - fpreview-breaking-changes -o %t2.out %}
5
+ // RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
6
6
7
7
// ==-------------- vec_bool.cpp - SYCL vec<> for bool test -----------------==//
8
8
//
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -std=c++17 -o %t.out
2
2
// RUN: %{run} %t.out
3
3
4
- // RUN: %if preview-breaking-changes-supported %{ %clangxx -fsycl - fpreview-breaking-changes -std=c++17 %s -o %t2.out %}
5
- // RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
4
+ // RUN: %if preview-breaking-changes-supported %{ %{build} - fpreview-breaking-changes -std=c++17 -o %t2.out %}
5
+ // RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
6
6
7
7
// ==---------- vector_byte.cpp - SYCL vec<> for std::byte test -------------==//
8
8
//
You can’t perform that action at this time.
0 commit comments