[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / hip-runtime-libs-msvc.hip
blob6d70fff023f9f9c056fffda3122a49a48215ed46
1 // REQUIRES: system-windows
3 // RUN:  touch %t.o
5 // Test HIP runtime lib args specified by --rocm-path.
6 // RUN: %clang -### --hip-link --target=x86_64-pc-windows-msvc \
7 // RUN:   --rocm-path=%S/Inputs/rocm %t.o 2>&1 \
8 // RUN:   | FileCheck %s
10 // CHECK: "-libpath:{{.*Inputs.*rocm.*lib}}" "amdhip64.lib"