|
2 | 2 | /// Verify --offload-new-driver option phases |
3 | 3 | // RUN: %clang --target=x86_64-unknown-linux-gnu -fsycl -fsycl-targets=nvptx64-nvidia-cuda,spir64 --offload-new-driver -ccc-print-phases %s 2>&1 \ |
4 | 4 | // RUN: | FileCheck -check-prefix=OFFLOAD-NEW-DRIVER %s |
5 | | -// OFFLOAD-NEW-DRIVER: 0: input, "[[INPUT:.+\.c]]", c++, (host-sycl) |
| 5 | +// OFFLOAD-NEW-DRIVER: 0: input, "[[INPUT:.+\.cpp]]", c++, (host-sycl) |
6 | 6 | // OFFLOAD-NEW_DRIVER: 1: preprocessor, {0}, c++-cpp-output, (host-sycl) |
7 | 7 | // OFFLOAD-NEW_DRIVER: 2: compiler, {1}, ir, (host-sycl) |
8 | 8 | // OFFLOAD-NEW_DRIVER: 3: input, "[[INPUT]]", c++, (device-sycl) |
|
123 | 123 | // RUN: -fsycl-targets=intel_gpu_dg1,intel_gpu_pvc \ |
124 | 124 | // RUN: --offload-new-driver -ccc-print-phases %s 2>&1 \ |
125 | 125 | // RUN: | FileCheck -check-prefix=MULT_TARG_PHASES %s |
126 | | -// MULT_TARG_PHASES: 0: input, "[[INPUT:.+\.c]]", c++, (host-sycl) |
| 126 | +// MULT_TARG_PHASES: 0: input, "[[INPUT:.+\.cpp]]", c++, (host-sycl) |
127 | 127 | // MULT_TARG_PHASES: 1: preprocessor, {0}, c++-cpp-output, (host-sycl) |
128 | 128 | // MULT_TARG_PHASES: 2: compiler, {1}, ir, (host-sycl) |
129 | 129 | // MULT_TARG_PHASES: 3: input, "[[INPUT]]", c++, (device-sycl, dg1) |
|
0 commit comments