File tree 1 file changed +2
-4
lines changed 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 21
21
22
22
// RUN: %clangxx -fsycl -fno-sycl-instrument-device-code -fsycl-targets=spir64 -### %s 2>&1 \
23
23
// RUN: | FileCheck -check-prefixes=CHECK-NONPASSED %s
24
- // RUN: %clangxx -fsycl -fsycl-targets=nvptx64-nvidia-cuda -nocudalib -### %s 2>&1 \
25
- // RUN: | FileCheck -check-prefixes=CHECK-NONPASSED %s
24
+ // RUN: %clangxx -fsycl -fsycl-targets=nvptx64-nvidia-cuda -fno-sycl-instrument-device-code - nocudalib -### %s 2>&1 \
25
+ // RUN: | FileCheck -check-prefixes=CHECK-NONPASSED,CHECK-WARNING %s
26
26
// CHECK-NONPASSED-NOT: "-fsycl-instrument-device-code"
27
27
// CHECK-NONPASSED-NOT: "-input={{.*}}libsycl-itt-{{.*}}.{{o|obj}}"
28
- // RUN: %clangxx -fsycl -fsycl-targets=nvptx64-nvidia-cuda -fno-sycl-instrument-device-code -nocudalib -### %s 2>&1 \
29
- // RUN: | FileCheck -check-prefixes=CHECK-NONPASSED %s
30
28
// CHECK-WARNING: warning: argument unused during compilation: '-fno-sycl-instrument-device-code'
You can’t perform that action at this time.
0 commit comments