Skip to content

Commit 4e1aa22

Browse files
committed
debug
1 parent 09f9898 commit 4e1aa22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/SeparateCompile/test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
// >> ---- do table transformations from bc to spv entries
4141
// RUN: file-table-tform -extract=Code -drop_titles -o test_spv_in.table test.table
4242
// RUN: cat test_spv_in.table
43+
// RUN: llvm-dis test_0.bc -o -
44+
// RUN: llvm-dis test_1.bc -o -
45+
// RUN: llvm-dis test_2.bc -o -
4346
// RUN: llvm-dis test_3.bc -o -
4447
// RUN: llvm-foreach --in-file-list=test_spv_in.table --in-replace=test_spv_in.table --out-ext=spv --out-file-list=test_spv_out.table --out-replace=test_spv_out.table -- llvm-spirv -o test_spv_out.table -spirv-allow-extra-diexpressions -spirv-allow-unknown-intrinsics=llvm.genx. -spirv-ext=-all test_spv_in.table
4548
// RUN: file-table-tform -replace=Code,Code -o test_spv.table test.table test_spv_out.table

0 commit comments

Comments
 (0)