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 3
3
// RUN: %clang_cc1 -triple spir64 -fsycl -fsycl-is-device -internal-isystem %S/Inputs -verify -fsyntax-only -Wno-sycl-strict -DNODIAG %s
4
4
// RUN: %clang_cc1 -triple spir64 -fsycl -fsycl-is-device -internal-isystem %S/Inputs -verify -fsyntax-only -sycl-std=2020 -Wno-sycl-strict -DNODIAG %s
5
5
6
- #include " Inputs/ sycl.hpp"
6
+ #include " sycl.hpp"
7
7
8
8
using namespace cl ::sycl;
9
9
@@ -34,4 +34,4 @@ int main() {
34
34
}
35
35
#if defined(NODIAG)
36
36
// expected-no-diagnostics
37
- #endif
37
+ #endif
Original file line number Diff line number Diff line change 2
2
// RUN: %clang_cc1 -fsycl -fsycl-is-device -internal-isystem %S/Inputs -fsycl-int-header=%t.h -fsyntax-only -verify %s -Wsycl-strict -DWARN
3
3
// 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
4
4
5
- #include " Inputs/ sycl.hpp"
5
+ #include " sycl.hpp"
6
6
7
7
using namespace cl ::sycl;
8
8
You can’t perform that action at this time.
0 commit comments