File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33// RUN: %clang_cc1 -triple spir64 -fsycl -fsycl-is-device -internal-isystem %S/Inputs -verify -fsyntax-only -Wno-sycl-strict -DNODIAG %s
44// RUN: %clang_cc1 -triple spir64 -fsycl -fsycl-is-device -internal-isystem %S/Inputs -verify -fsyntax-only -sycl-std=2020 -Wno-sycl-strict -DNODIAG %s
55
6- #include " Inputs/ sycl.hpp"
6+ #include " sycl.hpp"
77
88using namespace cl ::sycl;
99
@@ -34,4 +34,4 @@ int main() {
3434}
3535#if defined(NODIAG)
3636// expected-no-diagnostics
37- #endif
37+ #endif
Original file line number Diff line number Diff line change 22// RUN: %clang_cc1 -fsycl -fsycl-is-device -internal-isystem %S/Inputs -fsycl-int-header=%t.h -fsyntax-only -verify %s -Wsycl-strict -DWARN
33// RUN: %clang_cc1 -fsycl -fsycl-is-device -internal-isystem %S/Inputs -fsycl-int-header=%t.h -fsycl-unnamed-lambda -fsyntax-only -verify %s -Werror=sycl-strict
44
5- #include " Inputs/ sycl.hpp"
5+ #include " sycl.hpp"
66
77using namespace cl ::sycl;
88
You can’t perform that action at this time.
0 commit comments