File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 9
9
// RUN: env TMP=%t_dirname \
10
10
// RUN: %clang -### -fsycl %s 2>&1 | \
11
11
// RUN: FileCheck --check-prefix=CHECK-HEADER %s
12
- // CHECK-HEADER-NOT: non-portable path
13
12
// CHECK-HEADER: clang{{.*}} "-fsycl-int-header=[[HEADER:.+\.h]]"
14
13
// CHECK-HEADER: {{.*}} "-internal-isystem" "{{.*}}bin{{[/\\]+}}..{{[/\\]+}}include{{[/\\]+}}sycl"
15
14
// CHECK-HEADER-NOT: clang{{.*}} "-include" "[[HEADER]]"
Original file line number Diff line number Diff line change @@ -20,8 +20,3 @@ int main() {
20
20
});
21
21
return 0 ;
22
22
}
23
-
24
- // TODO: Address a Windows-specific issue with integration header filenames
25
- // XFAIL: system-windows && !level_zero
26
- // TODO: fail is flaky on Windows for Level Zero. Enable when fixed.
27
- // UNSUPPORTED: system-windows && level_zero
You can’t perform that action at this time.
0 commit comments