[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Driver / hip-runtime-libs-msvc.hip
blobe907d534d9e94386ddd9b5f615cc9266456ecf20
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"