Skip to content

Commit

Permalink
Fix test hip-runtime-libs-msvc.hip
Browse files Browse the repository at this point in the history
  • Loading branch information
yxsamliu committed Aug 4, 2023
1 parent 9824ec8 commit 606b77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/hip-runtime-libs-msvc.hip
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// RUN: | FileCheck %s

// Test HIP runtime lib is linked without --hip-link when there is HIP input file.
// RUN: %clang -### --target=x86_64-pc-windows-msvc \
// RUN: %clang -### --target=x86_64-pc-windows-msvc -nogpuinc -nogpulib \
// RUN: --rocm-path=%S/Inputs/rocm %s 2>&1 \
// RUN: | FileCheck %s

Expand Down

0 comments on commit 606b77d

Please sign in to comment.