1 // REQUIRES: x86-registered-target
2 // REQUIRES: amdgpu-registered-target
4 // RUN: %clang -ccc-print-phases --target=x86_64-linux-gnu \
5 // RUN: -x hip --cuda-gpu-arch=gfx803 -c \
6 // RUN: %S/Inputs/hip_multiple_inputs/a.cu \
7 // RUN: %S/Inputs/hip_multiple_inputs/b.hip 2>&1 \
10 // RUN: not %clang -ccc-print-phases --target=x86_64-linux-gnu \
11 // RUN: --cuda-gpu-arch=gfx803 -c \
12 // RUN: %S/Inputs/hip_multiple_inputs/a.cu \
13 // RUN: %S/Inputs/hip_multiple_inputs/b.hip 2>&1 \
14 // RUN: | FileCheck -check-prefix=MIX %s
16 // RUN: not %clang -ccc-print-phases --target=x86_64-linux-gnu \
17 // RUN: --cuda-gpu-arch=gfx803 -c \
18 // RUN: --hip-link %S/Inputs/hip_multiple_inputs/a.cu 2>&1 \
19 // RUN: | FileCheck -check-prefix=MIX %s
21 // CHECK-NOT: error: mixed CUDA and HIP compilation is not supported
22 // MIX: error: mixed CUDA and HIP compilation is not supported