Skip to content

Commit eb408e9

Browse files
committed
fix test after libomptarget change
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 1d927ee commit eb408e9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

clang/test/Driver/spirv-openmp-toolchain.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
// RUN: %clang -### --target=x86_64-unknown-linux-gnu -fopenmp -fopenmp-targets=spirv64-intel \
5858
// RUN: --sysroot=%S/Inputs/spirv-openmp/ %s 2>&1 | FileCheck --check-prefix=CHECK-GPULIB %s
59-
// CHECK-GPULIB: "-cc1" "-triple" "spirv64-intel"{{.*}}"-mlink-builtin-bitcode" "{{.*}}libomptarget-spirv64-spirv64-intel.bc"
59+
// CHECK-GPULIB: "-cc1" "-triple" "spirv64-intel"{{.*}}"-mlink-builtin-bitcode" "{{.*}}libomptarget-spirv64.bc"
6060

6161
// RUN: not %clang -### --target=x86_64-unknown-linux-gnu -fopenmp --offload-arch=spirv64-intel \
6262
// RUN: --libomptarget-spirv-bc-path=%t/ -nogpulib %s 2>&1 \

0 commit comments

Comments
 (0)