1 // REQUIRES: x86-registered-target
2 // REQUIRES: nvptx-registered-target
4 // RUN: %clang -### --target=i386-unknown-linux \
5 // RUN: --cuda-path=%S/Inputs/CUDA_80/usr/local/cuda \
6 // RUN: --ptxas-path=/some/path/to/ptxas %s 2>&1 \
10 // CHECK: "/some/path/to/ptxas"
11 // CHECK-SAME: "--gpu-name" "sm_35"