[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / hip-no-device-libs.hip
blob5d0ba021cac63ecfe84149ded4c0f80fa0af2194
1 // REQUIRES: x86-registered-target
2 // REQUIRES: amdgpu-registered-target
4 // RUN: %clang -### -nogpulib --target=x86_64-linux-gnu \
5 // RUN:   --cuda-gpu-arch=gfx900 \
6 // RUN:   %S/Inputs/hip_multiple_inputs/b.hip \
7 // RUN: 2>&1 | FileCheck %s
9 // CHECK-NOT: "-mlink-builtin-bitcode"