[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / cuda-device-triple.cu
blob3f3ccb2b155da09ff9ce9f2cef6cd3f84ffe2c1d
2 // RUN: %clang -### -emit-llvm --cuda-device-only \
3 // RUN:   -nocudalib -nocudainc --offload=spirv32-unknown-unknown -c %s 2>&1 | FileCheck %s
5 // CHECK: "-cc1" "-triple" "spirv32-unknown-unknown" {{.*}} "-fcuda-is-device" {{.*}}