File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -fsycl -fsycl-is-device -internal-isystem %S/Inputs -fsycl-int-header=%t.h - fsyntax-only -sycl-std=2020 -verify %s -Werror=sycl-strict -DERROR
2
- // RUN: %clang_cc1 -fsycl -fsycl-is-device -internal-isystem %S/Inputs -fsycl-int-header=%t.h - fsyntax-only -sycl-std=2020 -verify %s -Wsycl-strict -DWARN
3
- // RUN: %clang_cc1 -fsycl -fsycl-is-device -internal-isystem %S/Inputs -fsycl-int-header=%t.h -fsycl- unnamed-lambda -fsyntax-only -sycl-std=2020 -verify %s -Werror=sycl-strict
1
+ // RUN: %clang_cc1 -fsycl -fsycl-is-device -internal-isystem %S/Inputs -fsyntax-only -sycl-std=2020 -verify %s -Werror=sycl-strict -DERROR
2
+ // RUN: %clang_cc1 -fsycl -fsycl-is-device -internal-isystem %S/Inputs -fsyntax-only -sycl-std=2020 -verify %s -Wsycl-strict -DWARN
3
+ // RUN: %clang_cc1 -fsycl -fsycl-is-device -internal-isystem %S/Inputs -fsycl-unnamed-lambda -fsyntax-only -sycl-std=2020 -verify %s -Werror=sycl-strict
4
4
5
5
#include " sycl.hpp"
6
6
Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -fsycl -fsycl-is-device -fsycl-int-header=%t.h - fsyntax-only -Wno-sycl-2017-compat -verify %s
1
+ // RUN: %clang_cc1 -fsycl -fsycl-is-device -fsyntax-only -Wno-sycl-2017-compat -verify %s
2
2
3
3
#include " Inputs/sycl.hpp"
4
4
You can’t perform that action at this time.
0 commit comments