brintos

brintos / llvm-project-archived public Read only

0
0
Text · 274 B · f36dcc9 Raw
9 lines · plain
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 %s5 6// CHECK-NOT: "ptxas"7// CHECK: "/some/path/to/ptxas"8// CHECK-SAME: "--gpu-name" "sm_52"9