Skip to content

Commit 9790298

Browse files
committed
Update failing test
Signed-off-by: Arvind Sudarsanam <[email protected]>
1 parent 597fda6 commit 9790298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: clang/test/Driver/clang-sycl-linker-test.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
// RUN: clang-sycl-linker --dry-run -v -triple=spirv64 %t_1.bc %t_2.bc -o a.spv 2>&1 \
99
// RUN: | FileCheck %s --check-prefix=SIMPLE-FO
1010
// SIMPLE-FO: sycl-device-link: inputs: {{.*}}.bc, {{.*}}.bc libfiles: output: [[LLVMLINKOUT:.*]].bc
11-
// SIMPLE-FO-NEXT: SPIR-V Backend: input: [[LLVMLINKOUT]].bc, output: a.spv
11+
// SIMPLE-FO-NEXT: SPIR-V Backend: input: [[LLVMLINKOUT]].bc, output: a_0.spv
1212
//
1313
// Test the dry run of a simple case with device library files specified.
1414
// RUN: touch %T/lib1.bc
1515
// RUN: touch %T/lib2.bc
1616
// RUN: clang-sycl-linker --dry-run -v -triple=spirv64 %t_1.bc %t_2.bc --library-path=%T --device-libs=lib1.bc,lib2.bc -o a.spv 2>&1 \
1717
// RUN: | FileCheck %s --check-prefix=DEVLIBS
1818
// DEVLIBS: sycl-device-link: inputs: {{.*}}.bc libfiles: {{.*}}lib1.bc, {{.*}}lib2.bc output: [[LLVMLINKOUT:.*]].bc
19-
// DEVLIBS-NEXT: SPIR-V Backend: input: [[LLVMLINKOUT]].bc, output: a.spv
19+
// DEVLIBS-NEXT: SPIR-V Backend: input: [[LLVMLINKOUT]].bc, output: a_0.spv
2020
//
2121
// Test a simple case with a random file (not bitcode) as input.
2222
// RUN: touch %t.o

0 commit comments

Comments
 (0)