You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
420 B
11 lines
420 B
// REQUIRES: system-windows, clang-driver, amdgpu-registered-target
|
|
|
|
// RUN: %clang -### -target x86_64-pc-windows-msvc \
|
|
// RUN: -x hip \
|
|
// RUN: --offload-arch=gfx908:xnack+ \
|
|
// RUN: -nogpuinc -nogpulib -save-temps \
|
|
// RUN: %s 2>&1 | FileCheck %s
|
|
|
|
// CHECK: "-o" "hip-windows-filename-hip-amdgcn-amd-amdhsa-gfx908@xnack+.cui"
|
|
// CHECK-NOT: "-o" "hip-windows-filename-hip-amdgcn-amd-amdhsa-gfx908:xnack+.cui"
|