This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
//
19
19
// >> ---- bundle .o with .spv
20
20
// >> run bundler
21
- // RUN: clang-offload-bundler -type=o -targets=host-x86_64,sycl-spir64-pc-linux-gnu -inputs =a.o, a_kernel.bc -outputs =a_fat.o
22
- // RUN: clang-offload-bundler -type=o -targets=host-x86_64,sycl-spir64-pc-linux-gnu -inputs =b.o, b_kernel.bc -outputs =b_fat.o
21
+ // RUN: clang-offload-bundler -type=o -targets=host-x86_64,sycl-spir64-pc-linux-gnu -input =a.o -input= a_kernel.bc -output =a_fat.o
22
+ // RUN: clang-offload-bundler -type=o -targets=host-x86_64,sycl-spir64-pc-linux-gnu -input =b.o -input= b_kernel.bc -output =b_fat.o
23
23
//
24
24
// >> ---- unbundle fat objects
25
- // RUN: clang-offload-bundler -type=o -targets=host-x86_64,sycl-spir64-pc-linux-gnu -outputs =a.o, a_kernel.bc -inputs =a_fat.o -unbundle
26
- // RUN: clang-offload-bundler -type=o -targets=host-x86_64,sycl-spir64-pc-linux-gnu -outputs =b.o, b_kernel.bc -inputs =b_fat.o -unbundle
25
+ // RUN: clang-offload-bundler -type=o -targets=host-x86_64,sycl-spir64-pc-linux-gnu -output =a.o -output= a_kernel.bc -input =a_fat.o -unbundle
26
+ // RUN: clang-offload-bundler -type=o -targets=host-x86_64,sycl-spir64-pc-linux-gnu -output =b.o -output= b_kernel.bc -input =b_fat.o -unbundle
27
27
//
28
28
// >> ---- link device code
29
29
// RUN: llvm-link -o=app.bc a_kernel.bc b_kernel.bc
You can’t perform that action at this time.
0 commit comments