[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Driver / cuda-ptxas-path.cu
blobf36dcc94558f1d2028b114437fb26760cb7e66a3
1 // RUN: %clang -### --target=i386-unknown-linux \
2 // RUN:   --cuda-path=%S/Inputs/CUDA_80/usr/local/cuda \
3 // RUN:   --ptxas-path=/some/path/to/ptxas %s 2>&1 \
4 // RUN: | FileCheck %s
6 // CHECK-NOT: "ptxas"
7 // CHECK: "/some/path/to/ptxas"
8 // CHECK-SAME: "--gpu-name" "sm_52"