]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Driver/hip-output-file-name.hip
Vendor import of clang trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / test / Driver / hip-output-file-name.hip
1 // REQUIRES: clang-driver
2 // REQUIRES: x86-registered-target
3 // REQUIRES: amdgpu-registered-target
4
5 // RUN: %clang -### -c -target x86_64-linux-gnu -fgpu-rdc \
6 // RUN:   -x hip --cuda-gpu-arch=gfx803 --cuda-gpu-arch=gfx900 %s \
7 // RUN: 2>&1 | FileCheck %s
8
9 // CHECK: {{.*}}clang-offload-bundler{{.*}}"-outputs=hip-output-file-name.o"