File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
clang/test/dpct/compilation_database/parse_single_quoted_str Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: system-windows
2
- // RUN: rm -rf out
2
+ // RUN: rm -rf %T/ out
3
3
// RUN: cd %T
4
4
// RUN: cat %S/compile_commands.json > %T/compile_commands.json
5
5
// RUN: cat %s > %T/test.cu
9
9
// RUN: %if build_lit %{icpx -DNAMD="\"3.0b3\"" -c -fsycl %T/out/test.dp.cpp -o %T/out/test.dp.o %}
10
10
// RUN: FileCheck %S/test_isolate.cu --match-full-lines --input-file %T/out/test_isolate.dp.cpp
11
11
12
- // RUN: rm -rf out
12
+ // RUN: rm -rf %T/ out
13
13
// RUN: cat %S/build.log > %T/build.log
14
14
// RUN: not dpct -intercept-build --parse-build-log build.log
15
15
// RUN: dpct --format-range=none -in-root=./ -out-root=%T/out -p ./ --cuda-include-path="%cuda-path/include"
16
16
// RUN: FileCheck %s --match-full-lines --input-file %T/out/test.dp.cpp
17
17
18
-
19
18
// CHECK: #include <sycl/sycl.hpp>
20
19
// CHECK-NEXT: #include <dpct/dpct.hpp>
21
20
// CHECK-NEXT: #include <iostream>
You can’t perform that action at this time.
0 commit comments