bolt/deps/llvm-18.1.8/clang/test/Driver/cuda-device-triple.cu
2025-02-14 19:21:04 +01:00

5 lines
232 B
Text

// RUN: %clang -### -emit-llvm --cuda-device-only \
// RUN: -nocudalib -nocudainc --offload=spirv32-unknown-unknown -c %s 2>&1 | FileCheck %s
// CHECK: "-cc1" "-triple" "spirv32-unknown-unknown" {{.*}} "-fcuda-is-device" {{.*}}