File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
// RUN: clang-sycl-linker --dry-run -v -triple=spirv64 %t_1.bc %t_2.bc -o a.spv 2>&1 \
9
9
// RUN: | FileCheck %s --check-prefix=SIMPLE-FO
10
10
// 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
12
12
//
13
13
// Test the dry run of a simple case with device library files specified.
14
14
// RUN: touch %T/lib1.bc
15
15
// RUN: touch %T/lib2.bc
16
16
// 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 \
17
17
// RUN: | FileCheck %s --check-prefix=DEVLIBS
18
18
// 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
20
20
//
21
21
// Test a simple case with a random file (not bitcode) as input.
22
22
// RUN: touch %t.o
You can’t perform that action at this time.
0 commit comments