Mercurial > hg > CbC > CbC_llvm
annotate clang/test/Driver/hip-windows-filename.hip @ 252:1f2b6ac9f198 llvm-original
LLVM16-1
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Aug 2023 09:04:13 +0900 |
parents | c4bab56944e8 |
children |
rev | line source |
---|---|
236 | 1 // REQUIRES: system-windows, amdgpu-registered-target |
221 | 2 |
236 | 3 // RUN: %clang -### --target=x86_64-pc-windows-msvc \ |
221 | 4 // RUN: -x hip \ |
5 // RUN: --offload-arch=gfx908:xnack+ \ | |
6 // RUN: -nogpuinc -nogpulib -save-temps \ | |
7 // RUN: %s 2>&1 | FileCheck %s | |
8 | |
252 | 9 // CHECK: "-o" "hip-windows-filename-hip-amdgcn-amd-amdhsa-gfx908@xnack+.hipi" |
10 // CHECK-NOT: "-o" "hip-windows-filename-hip-amdgcn-amd-amdhsa-gfx908:xnack+.hipi" |